Offset

SCPI Command :

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

Sets the number of bits between the channel start and the start of the audio word.

Parameters:

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

Returns:

channel_offset: 0 to 32 (left-justified) . TDM: maximum delay is Channel length - Word length

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

Sets the number of bits between the channel start and the start of the audio word.

Parameters:
  • channel_offset – 0 to 32 (left-justified) . TDM: maximum delay is Channel length - Word length

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