Border

SCPI Command :

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

Sets the bit order of the audio data words.

Parameters:

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

Returns:

bit_order: LSB first or MSB first

set(bit_order: BusBitOrder, bus=Bus.Default) None[source]
# BUS<*>:I2S:BORDer
driver.bus.i2S.border.set(bit_order = enums.BusBitOrder.LSBF, bus = repcap.Bus.Default)

Sets the bit order of the audio data words.

Parameters:
  • bit_order – LSB first or MSB first

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