Order

SCPI Command :

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

Defines if the left or the right channel is the first channel in the frame. The setting is not available for TDM audio signals.

Parameters:

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

Returns:

channel_order: Left channel first or right first

set(channel_order: BusChannelOrder, bus=Bus.Default) None[source]
# BUS<*>:I2S:CHANnel:ORDer
driver.bus.i2S.channel.order.set(channel_order = enums.BusChannelOrder.LFIRst, bus = repcap.Bus.Default)

Defines if the left or the right channel is the first channel in the frame. The setting is not available for TDM audio signals.

Parameters:
  • channel_order – Left channel first or right first

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