Hysteresis

SCPI Command :

TRIGger<tp>[:SEQuence]:IFPower:HYSTeresis
class HysteresisCls[source]

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

get(triggerPort=TriggerPort.Default) float[source]
# SCPI: TRIGger<tp>[:SEQuence]:IFPower:HYSTeresis
value: float = driver.applications.k70Vsa.trigger.sequence.ifPower.hysteresis.get(triggerPort = repcap.TriggerPort.Default)

Defines the trigger hysteresis, which is only available for ‘IF Power’ trigger sources.

param triggerPort

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

return

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

set(hysteresis: float, triggerPort=TriggerPort.Default) None[source]
# SCPI: TRIGger<tp>[:SEQuence]:IFPower:HYSTeresis
driver.applications.k70Vsa.trigger.sequence.ifPower.hysteresis.set(hysteresis = 1.0, triggerPort = repcap.TriggerPort.Default)

Defines the trigger hysteresis, which is only available for ‘IF Power’ trigger sources.

param hysteresis

Range: 3 dB to 50 dB, Unit: DB

param triggerPort

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