Hysteresis

SCPI Command :

BUS<*>:TNOS:THReshold:HYSTeresis
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:TNOS:THReshold:HYSTeresis
value: float = driver.bus.tnos.threshold.hysteresis.get(bus = repcap.Bus.Default)

Sets a value for the hysteresis.

Parameters:

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

Returns:

hysteresis: 0 to 3

set(hysteresis: float, bus=Bus.Default) None[source]
# BUS<*>:TNOS:THReshold:HYSTeresis
driver.bus.tnos.threshold.hysteresis.set(hysteresis = 1.0, bus = repcap.Bus.Default)

Sets a value for the hysteresis.

Parameters:
  • hysteresis – 0 to 3

  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)