Hysteresis
SCPI Command :
SBUS<*>:UART:TX:HYSTeresis
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:UART:TX:HYSTeresis value: float = driver.sbus.uart.tx.hysteresis.get(serialBus = repcap.SerialBus.Default)
Sets the hysteresis for the TX line.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- set(tx_hysteresis: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:UART:TX:HYSTeresis driver.sbus.uart.tx.hysteresis.set(tx_hysteresis = 1.0, serialBus = repcap.SerialBus.Default)
Sets the hysteresis for the TX line.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)