TdmCount

SCPI Command :

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

Sets the number of channels transmitted on the TDM audio line.

Parameters:

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

Returns:

channel_stdm: 1 to 8

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

Sets the number of channels transmitted on the TDM audio line.

Parameters:
  • channel_stdm – 1 to 8

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