Threshold

SCPI Command :

BUS<*>:UART:RX:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:UART:RX:THReshold
value: float = driver.bus.uart.rx.threshold.get(bus = repcap.Bus.Default)

Sets a user-defined threshold value for the Rx line. Alternatively, you can set the threshold according to the signal technology with method RsRtx.bus.uart.technology.set() .

Parameters:

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

Returns:

rx_threshold: User-defined clock threshold

set(rx_threshold: float, bus=Bus.Default) None[source]
# BUS<*>:UART:RX:THReshold
driver.bus.uart.rx.threshold.set(rx_threshold = 1.0, bus = repcap.Bus.Default)

Sets a user-defined threshold value for the Rx line. Alternatively, you can set the threshold according to the signal technology with method RsRtx.bus.uart.technology.set() .

Parameters:
  • rx_threshold – User-defined clock threshold

  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)