Right
SCPI Command :
BUS<*>:I2S:TRACk:RIGHt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:I2S:TRACk:RIGHt value: bool = driver.bus.i2S.track.right.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(right: bool, bus=Bus.Default) None[source]
# BUS<*>:I2S:TRACk:RIGHt driver.bus.i2S.track.right.set(right = 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:
right – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)