Hysteresis

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:SROutines:RSQuelch:HYSTeresis
CALCulate:AFRF:MEASurement<Instance>:SROutines:RSQuelch:HYSTeresis
READ:AFRF:MEASurement<Instance>:SROutines:RSQuelch:HYSTeresis
class HysteresisCls[source]

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

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

Query the difference between the squelch switch-off level and the squelch switch-on level, that is the squelch hysteresis. CALCulate commands return error indicators instead of measurement values.

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

return:

hysteresis: (float or boolean) Squelch hysteresis Range: 0 dB to 50 dB, Unit: dB

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

Query the difference between the squelch switch-off level and the squelch switch-on level, that is the squelch hysteresis. CALCulate commands return error indicators instead of measurement values.

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

return:

hysteresis: Squelch hysteresis Range: 0 dB to 50 dB, Unit: dB

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

Query the difference between the squelch switch-off level and the squelch switch-on level, that is the squelch hysteresis. CALCulate commands return error indicators instead of measurement values.

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

return:

hysteresis: Squelch hysteresis Range: 0 dB to 50 dB, Unit: dB