Source
SCPI Command :
SBUS<*>:I2C:SCL:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) SignalSource[source]
# SBUS<*>:I2C:SCL:SOURce value: enums.SignalSource = driver.sbus.i2C.scl.source.get(serialBus = repcap.SerialBus.Default)
Selects the waveform source of the clock line.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- set(scl_source: SignalSource, serialBus=SerialBus.Default) None[source]
# SBUS<*>:I2C:SCL:SOURce driver.sbus.i2C.scl.source.set(scl_source = enums.SignalSource.C1, serialBus = repcap.SerialBus.Default)
Selects the waveform source of the clock line.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)