Power

SCPI Commands

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

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

get_state()float[source]
# SCPI: SENSe:CDMA:SIGNaling<Instance>:TEST:RX:POWer:STATe
value: float = driver.sense.test.rx.power.get_state()

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

return

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