Source

SCPI Command :

BUS<*>:UART:WORD<*>:SOURce
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, word=Word.Default) UartSource[source]
# BUS<*>:UART:WORD<*>:SOURce
value: enums.UartSource = driver.bus.uart.word.source.get(bus = repcap.Bus.Default, word = repcap.Word.Default)

Returns the line on which the specified word was transferred.

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:

source: TX | RX