Source
SCPI Command :
BUS<*>:I2C:SDA:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) SignalSource[source]
# BUS<*>:I2C:SDA:SOURce value: enums.SignalSource = driver.bus.i2C.sda.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:
sda_source: Digital and analog channels cannot be used at the same time for data and clock lines. See ‘Waveform parameter’
- set(sda_source: SignalSource, bus=Bus.Default) None[source]
# BUS<*>:I2C:SDA:SOURce driver.bus.i2C.sda.source.set(sda_source = enums.SignalSource.AJ1, bus = repcap.Bus.Default)
Sets the waveform of the data line.
- Parameters:
sda_source – Digital and analog channels cannot be used at the same time for data and clock lines. See ‘Waveform parameter’
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)