Hysteresis

SCPI Command :

SBUS<*>:SENT:DATA:HYSTeresis
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:SENT:DATA:HYSTeresis
value: float = driver.sbus.sent.data.hysteresis.get(serialBus = repcap.SerialBus.Default)

Sets the hysteresis for the data channel.

Parameters:

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

set(sdata_hysteresis: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SENT:DATA:HYSTeresis
driver.sbus.sent.data.hysteresis.set(sdata_hysteresis = 1.0, serialBus = repcap.SerialBus.Default)

Sets the hysteresis for the data channel.

Parameters:

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