Power

SCPI Commands

SENSe:EVDO:SIGNaling<Instance>:TEST:RX:POWer:STATe
class Power[source]

Power commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_state()RsCmwEvdoSig.enums.RxSignalState[source]
# SCPI: SENSe:EVDO:SIGNaling<instance>:TEST:RX:POWer:STATe
value: enums.RxSignalState = driver.sense.test.rx.power.get_state()

Queries the quality of the RX signal from the connected AT.

return

state: NAV | LOW | OK | HIGH NAV: no signal from AT detected LOW: the AT power is below the expected range OK: the AT power is in the expected range HIGH: the AT power is above the expected range