OnLevel

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:SROutines:RSQuelch:ONLevel
READ:AFRF:MEASurement<Instance>:SROutines:RSQuelch:ONLevel
class OnLevelCls[source]

OnLevel commands group definition. 2 total commands, 0 Subgroups, 2 group commands

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

Query the RF level at which the DUT switches on the squelch so that the audio signal is muted.

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

return:

on_level: RF level at squelch switch-on level Range: -158 dBm to 16 dBm, Unit: dBm

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

Query the RF level at which the DUT switches on the squelch so that the audio signal is muted.

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

return:

on_level: RF level at squelch switch-on level Range: -158 dBm to 16 dBm, Unit: dBm