Hysteresis

SCPI Command :

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

Sets the hysteresis for the enable channel.

Parameters:

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

set(enab_hyst: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:MANCh:ENABle:HYSTeresis
driver.sbus.manch.enable.hysteresis.set(enab_hyst = 1.0, serialBus = repcap.SerialBus.Default)

Sets the hysteresis for the enable channel.

Parameters:

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