Source

SCPI Command :

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

Selects the source of the clock line.

Parameters:

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

set(sclk: SignalSource, bus=Bus.Default) None[source]
# BUS<*>:I2S:CLOCk:SOURce
driver.bus.i2S.clock.source.set(sclk = enums.SignalSource.AJ1, bus = repcap.Bus.Default)

Selects the source of the clock line.

Parameters:
  • sclk – Digital channels require installation of R&S RTO6-B1. Digital and analog channels cannot be used at the same time. For triggering on a serial bus, analog or digital input channels are required.

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