Hysteresis

SCPI Command :

SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:TRIGger:HYSTeresis
class HysteresisCls[source]

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

get(channel=Channel.Default) float[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:TRIGger:HYSTeresis
value: float = driver.sense.power.sweep.time.sensor.trigger.hysteresis.get(channel = repcap.Channel.Default)

Sets the hysteresis of the internal trigger threshold. Hysteresis is the magnitude (in dB) the trigger signal level must drop below the trigger threshold (positive trigger slope) before triggering can occur again.

param channel:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)

return:

hysteresis: float Range: 0 to 10

set(hysteresis: float, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:TRIGger:HYSTeresis
driver.sense.power.sweep.time.sensor.trigger.hysteresis.set(hysteresis = 1.0, channel = repcap.Channel.Default)

Sets the hysteresis of the internal trigger threshold. Hysteresis is the magnitude (in dB) the trigger signal level must drop below the trigger threshold (positive trigger slope) before triggering can occur again.

param hysteresis:

float Range: 0 to 10

param channel:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)