Source

SCPI Command :

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

Selects the source of the word select line for I²S standard, left- und right-justified data formats, or the source of the frame synchronization pulse for TDM audio signals.

Parameters:

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

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

Selects the source of the word select line for I²S standard, left- und right-justified data formats, or the source of the frame synchronization pulse for TDM audio signals.

Parameters:
  • ws – 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’)