Timeout
SCPI Command :
SBUS<*>:UART:TOUT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:UART:TOUT value: float = driver.sbus.uart.timeout.get(serialBus = repcap.SerialBus.Default)
Sets the timeout between packets in a UART data stream. A new packet starts with the first start bit after the timeout. The command is relevant if method
RsMxo.sbus.uart.packets.set()is set to TOUT.- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
timeout: 1E-06 to 1
- set(timeout: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:UART:TOUT driver.sbus.uart.timeout.set(timeout = 1.0, serialBus = repcap.SerialBus.Default)
Sets the timeout between packets in a UART data stream. A new packet starts with the first start bit after the timeout. The command is relevant if method
RsMxo.sbus.uart.packets.set()is set to TOUT.- Parameters:
timeout – 1E-06 to 1
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)