Source
SCPI Command :
BUS<*>:UART:TX:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) SignalSource[source]
# BUS<*>:UART:TX:SOURce value: enums.SignalSource = driver.bus.uart.tx.source.get(bus = repcap.Bus.Default)
Selects the input channel for the transmitter signal.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
tx_source: Digital and analog channels cannot be used at the same time for RX and TX lines. See ‘Waveform parameter’
- set(tx_source: SignalSource, bus=Bus.Default) None[source]
# BUS<*>:UART:TX:SOURce driver.bus.uart.tx.source.set(tx_source = enums.SignalSource.AJ1, bus = repcap.Bus.Default)
Selects the input channel for the transmitter signal.
- Parameters:
tx_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’)