Wlength
SCPI Command :
BUS<*>:I2S:WLENgth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) int[source]
# BUS<*>:I2S:WLENgth value: int = driver.bus.i2S.wlength.get(bus = repcap.Bus.Default)
Defines the number of bits in an audio data word.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
word_length: 4 to 32
- set(word_length: int, bus=Bus.Default) None[source]
# BUS<*>:I2S:WLENgth driver.bus.i2S.wlength.set(word_length = 1, bus = repcap.Bus.Default)
Defines the number of bits in an audio data word.
- Parameters:
word_length – 4 to 32
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)