Td4Ch

SCPI Command :

BUS<*>:I2S:TRACk:TD4Ch
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) bool[source]
# BUS<*>:I2S:TRACk:TD4Ch
value: bool = driver.bus.i2S.track.td4Ch.get(bus = repcap.Bus.Default)

Enables or disables the track of the indicated channel. The commands are relevant for TDM audio data.

Parameters:

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

set(tdmc_h_4: bool, bus=Bus.Default) None[source]
# BUS<*>:I2S:TRACk:TD4Ch
driver.bus.i2S.track.td4Ch.set(tdmc_h_4 = False, bus = repcap.Bus.Default)

Enables or disables the track of the indicated channel. The commands are relevant for TDM audio data.

Parameters:
  • tdmc_h_4 – OFF | ON

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