Timeout
SCPI Command :
BUS<*>:UART:TOUT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:UART:TOUT value: float = driver.bus.uart.timeout.get(bus = repcap.Bus.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
RsRtx.bus.uart.packets.set()is set to TOUT.- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
interframe_time: 1E-6 to 1
- set(interframe_time: float, bus=Bus.Default) None[source]
# BUS<*>:UART:TOUT driver.bus.uart.timeout.set(interframe_time = 1.0, bus = repcap.Bus.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
RsRtx.bus.uart.packets.set()is set to TOUT.- Parameters:
interframe_time – 1E-6 to 1
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)