Source

SCPI Command :

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

Sets the waveform of the data line.

Parameters:

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

Returns:

data_source: See ‘Waveform parameter’

set(data_source: SignalSource, bus=Bus.Default) None[source]
# BUS<*>:LIN:DATA:SOURce
driver.bus.lin.data.source.set(data_source = enums.SignalSource.AJ1, bus = repcap.Bus.Default)

Sets the waveform of the data line.

Parameters:
  • data_source – See ‘Waveform parameter’

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