Left
SCPI Command :
BUS<*>:I2S:TRACk:LEFT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:I2S:TRACk:LEFT value: bool = driver.bus.i2S.track.left.get(bus = repcap.Bus.Default)
Enables or disables the track of the indicated channel. The commands are relevant for I²S standard, left-justified and right-justified audio data formats.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- set(left: bool, bus=Bus.Default) None[source]
# BUS<*>:I2S:TRACk:LEFT driver.bus.i2S.track.left.set(left = False, bus = repcap.Bus.Default)
Enables or disables the track of the indicated channel. The commands are relevant for I²S standard, left-justified and right-justified audio data formats.
- Parameters:
left – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)