Source
SCPI Command :
BUS<*>:I2S:DATA:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) SignalSource[source]
# BUS<*>:I2S:DATA:SOURce value: enums.SignalSource = driver.bus.i2S.data.source.get(bus = repcap.Bus.Default)
Selects the source of the audio data line.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- set(sdat: SignalSource, bus=Bus.Default) None[source]
# BUS<*>:I2S:DATA:SOURce driver.bus.i2S.data.source.set(sdat = enums.SignalSource.AJ1, bus = repcap.Bus.Default)
Selects the source of the audio data line.
- Parameters:
sdat – 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’)