Thysteresis

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:SROutines:LIMit:RSQuelch:THYSteresis
class ThysteresisCls[source]

Thysteresis commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class ThysteresisStruct[source]

Response structure. Fields:

  • Enable: bool: OFF | ON

  • Lower: float: Range: 0.1 dB to 3.0 dB, Unit: dB

  • Upper: float: Range: 1.0 dB to 10 dB, Unit: dB

get() ThysteresisStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:LIMit:RSQuelch:THYSteresis
value: ThysteresisStruct = driver.configure.afRf.measurement.searchRoutines.limit.rsquelch.thysteresis.get()

Enables a limit check and sets limits for the squelch hysteresis result.

return:

structure: for return value, see the help for ThysteresisStruct structure arguments.

set(enable: bool, lower: float = None, upper: float = None) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:LIMit:RSQuelch:THYSteresis
driver.configure.afRf.measurement.searchRoutines.limit.rsquelch.thysteresis.set(enable = False, lower = 1.0, upper = 1.0)

Enables a limit check and sets limits for the squelch hysteresis result.

param enable:

OFF | ON

param lower:

Range: 0.1 dB to 3.0 dB, Unit: dB

param upper:

Range: 1.0 dB to 10 dB, Unit: dB