Hysteresis
SCPI Command :
SBUS<*>:EBTB:DATA:HYSTeresis
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:EBTB:DATA:HYSTeresis value: float = driver.sbus.ebtb.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(src_hyst: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:EBTB:DATA:HYSTeresis driver.sbus.ebtb.data.hysteresis.set(src_hyst = 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’)