OfLevel

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:SROutines:RSQuelch:OFLevel
CALCulate:AFRF:MEASurement<Instance>:SROutines:RSQuelch:OFLevel
READ:AFRF:MEASurement<Instance>:SROutines:RSQuelch:OFLevel
class OfLevelCls[source]

OfLevel commands group definition. 3 total commands, 0 Subgroups, 3 group commands

calculate() float[source]
# SCPI: CALCulate:AFRF:MEASurement<Instance>:SROutines:RSQuelch:OFLevel
value: float or bool = driver.afRf.measurement.searchRoutines.rsquelch.ofLevel.calculate()

Query the RF level at which the DUT closes the squelch so that the audio signal is not muted anymore. CALCulate commands return error indicators instead of measurement values.

Use RsCma.reliability.last_value to read the updated reliability indicator.

return:

off_level: (float or boolean) RF level at squelch switch-off level Range: -158 dBm to 16 dBm, Unit: dBm

fetch() float[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:SROutines:RSQuelch:OFLevel
value: float = driver.afRf.measurement.searchRoutines.rsquelch.ofLevel.fetch()

Query the RF level at which the DUT closes the squelch so that the audio signal is not muted anymore. CALCulate commands return error indicators instead of measurement values.

Use RsCma.reliability.last_value to read the updated reliability indicator.

return:

off_level: RF level at squelch switch-off level Range: -158 dBm to 16 dBm, Unit: dBm

read() float[source]
# SCPI: READ:AFRF:MEASurement<Instance>:SROutines:RSQuelch:OFLevel
value: float = driver.afRf.measurement.searchRoutines.rsquelch.ofLevel.read()

Query the RF level at which the DUT closes the squelch so that the audio signal is not muted anymore. CALCulate commands return error indicators instead of measurement values.

Use RsCma.reliability.last_value to read the updated reliability indicator.

return:

off_level: RF level at squelch switch-off level Range: -158 dBm to 16 dBm, Unit: dBm