Length

SCPI Command :

BUS<*>:I2S:CHANnel:LENGth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) int[source]
# BUS<*>:I2S:CHANnel:LENGth
value: int = driver.bus.i2S.channel.length.get(bus = repcap.Bus.Default)

Sets the number of bits in a TDM channel block.

Parameters:

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

Returns:

chlgth_tdm: 4 to 32

set(chlgth_tdm: int, bus=Bus.Default) None[source]
# BUS<*>:I2S:CHANnel:LENGth
driver.bus.i2S.channel.length.set(chlgth_tdm = 1, bus = repcap.Bus.Default)

Sets the number of bits in a TDM channel block.

Parameters:
  • chlgth_tdm – 4 to 32

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