Hysteresis

SCPI Command :

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

Sets a value for the hysteresis of the data signal.

Parameters:

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

Returns:

hysteresis_data: 0 to 0.8

set(hysteresis_data: float, bus=Bus.Default) None[source]
# BUS<*>:SWIRe:DATA:HYSTeresis
driver.bus.swire.data.hysteresis.set(hysteresis_data = 1.0, bus = repcap.Bus.Default)

Sets a value for the hysteresis of the data signal.

Parameters:
  • hysteresis_data – 0 to 0.8

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