Foffset

SCPI Command :

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

Sets the number of bits between the frame start and the start of the first channel of a TDM audio line. Each FSYNC edge restarts the offset count.

Parameters:

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

Returns:

frame_offset_tdm: 0 to 256

set(frame_offset_tdm: int, bus=Bus.Default) None[source]
# BUS<*>:I2S:FOFFset
driver.bus.i2S.foffset.set(frame_offset_tdm = 1, bus = repcap.Bus.Default)

Sets the number of bits between the frame start and the start of the first channel of a TDM audio line. Each FSYNC edge restarts the offset count.

Parameters:
  • frame_offset_tdm – 0 to 256

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