Hysteresis

SCPI Command :

[SENSe]:PMETer:TRIGger:HYSTeresis
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [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.

Returns:

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

set(hysteresis: float) None[source]
# [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.

Parameters:

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