TxValue
SCPI Command :
BUS<*>:UART:WORD<*>:TXValue
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, word=Word.Default) int[source]
# BUS<*>:UART:WORD<*>:TXValue value: int = driver.bus.uart.word.txValue.get(bus = repcap.Bus.Default, word = repcap.Word.Default)
Returns the value of the specified word on the Rx line or Tx line, respectively.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
word – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Word’)
- Returns:
tx_value: To set the value format, use method
RsRtx.formatPy.bpattern(). The stated values for range, increment and reset are decimal values.