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