Tlevel

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:SROutines:RSQuelch:TLEVel
READ:AFRF:MEASurement<Instance>:SROutines:RSQuelch:TLEVel
class TlevelCls[source]

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

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

Query the RF level at which the DUT opens the squelch if the DUT has a squelch control and has adjusted it to the maximum squelch switch-off level.

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

return:

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

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

Query the RF level at which the DUT opens the squelch if the DUT has a squelch control and has adjusted it to the maximum squelch switch-off level.

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

return:

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