Threshold

SCPI Command :

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

Sets a user-defined threshold value for the Tx 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:

tx_threshold: User-defined clock threshold

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

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

Parameters:
  • tx_threshold – User-defined clock threshold

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