Source

SCPI Command :

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

Selects the input channel for the receiver signal.

Parameters:

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

Returns:

rx_source: Digital and analog channels cannot be used at the same time for RX and TX lines. See ‘Waveform parameter’

set(rx_source: SignalSource, bus=Bus.Default) None[source]
# BUS<*>:UART:RX:SOURce
driver.bus.uart.rx.source.set(rx_source = enums.SignalSource.AJ1, bus = repcap.Bus.Default)

Selects the input channel for the receiver signal.

Parameters:
  • rx_source – Digital and analog channels cannot be used at the same time for RX and TX lines. See ‘Waveform parameter’

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