Hysteresis

SCPI Command :

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

Sets a value for the hysteresis for the MOSI channel.

Parameters:

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

set(hysteresis: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SPI:MOSI:HYSTeresis
driver.sbus.spi.mosi.hysteresis.set(hysteresis = 1.0, serialBus = repcap.SerialBus.Default)

Sets a value for the hysteresis for the MOSI channel.

Parameters:

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