Hysteresis

SCPI Command :

[SENSe]:PMETer:TRIGger:HYSTeresis
class HysteresisCls[source]

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

get() float[source]
# SCPI: [SENSe]:PMETer:TRIGger:HYSTeresis
value: float = driver.applications.k18AmplifierEt.sense.pmeter.trigger.hysteresis.get()

Defines the trigger hysteresis for external power triggers. The hysteresis in dB is the value the input signal must stay below the IF power trigger level to allow a trigger to start the measurement.

return

hysteresis: Range: 3 dB to 50 dB, Unit: DB

set(hysteresis: float) None[source]
# SCPI: [SENSe]:PMETer:TRIGger:HYSTeresis
driver.applications.k18AmplifierEt.sense.pmeter.trigger.hysteresis.set(hysteresis = 1.0)

Defines the trigger hysteresis for external power triggers. The hysteresis in dB is the value the input signal must stay below the IF power trigger level to allow a trigger to start the measurement.

param hysteresis

Range: 3 dB to 50 dB, Unit: DB