Channel
SCPI Command :
TRIGger<*>:I2S:TCONdition<*>:CHANnel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default, tcondition=Tcondition.Default) TriggerI2sChannel[source]
# TRIGger<*>:I2S:TCONdition<*>:CHANnel value: enums.TriggerI2sChannel = driver.trigger.i2S.tcondition.channel.get(trigger = repcap.Trigger.Default, tcondition = repcap.Tcondition.Default)
Selects the audio channel on which the instrument looks for the specified data condition.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
tcondition – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tcondition’)
- Returns:
channel: ANY | TDMC1 | TDMCh1 | TDMC2 | TDMCh2 | TDMC3 | TDMCh3 | TDMC4 | TDMCh4 | TDMC5 | TDMCh5 | TDMC6 | TDMCh6 | TDMC7 | TDMCh7 | TDMC8 | TDMCh8 | LEFT | RIGHT | RIGHt
ANY: The instrument triggers on any channel on which the specified data is found.
LEFT | RIGHT = RIGHt: Available for I²S Standard, left- und right-justified data formats.
TDMCh1 | TDMCh2 | TDMCh3 | TDMCh4 | TDMCh5 | TDMCh6 | TDMCh7 | TDMCh8: Available for TDM audio signalsTDMC1 = TDMCh1, TDMC2 = TDMCh2, TDMC3 = TDMCh3, TDMC4 = TDMCh4, TDMC5 = TDMCh5, TDMC6 = TDMCh6, TDMC7 = TDMCh7, TDMC8 = TDMCh8. Query returns short form.Note: Available audio channels depend on the configuration of the audio bus. The command BUSb:I2S:CHANnel:TDMCount specifies the number of channels in a TDM frame.
- set(channel: TriggerI2sChannel, trigger=Trigger.Default, tcondition=Tcondition.Default) None[source]
# TRIGger<*>:I2S:TCONdition<*>:CHANnel driver.trigger.i2S.tcondition.channel.set(channel = enums.TriggerI2sChannel.ANY, trigger = repcap.Trigger.Default, tcondition = repcap.Tcondition.Default)
Selects the audio channel on which the instrument looks for the specified data condition.
- Parameters:
channel –
ANY | TDMC1 | TDMCh1 | TDMC2 | TDMCh2 | TDMC3 | TDMCh3 | TDMC4 | TDMCh4 | TDMC5 | TDMCh5 | TDMC6 | TDMCh6 | TDMC7 | TDMCh7 | TDMC8 | TDMCh8 | LEFT | RIGHT | RIGHt
ANY: The instrument triggers on any channel on which the specified data is found.
LEFT | RIGHT = RIGHt: Available for I²S Standard, left- und right-justified data formats.
TDMCh1 | TDMCh2 | TDMCh3 | TDMCh4 | TDMCh5 | TDMCh6 | TDMCh7 | TDMCh8: Available for TDM audio signalsTDMC1 = TDMCh1, TDMC2 = TDMCh2, TDMC3 = TDMCh3, TDMC4 = TDMCh4, TDMC5 = TDMCh5, TDMC6 = TDMCh6, TDMC7 = TDMCh7, TDMC8 = TDMCh8. Query returns short form.Note: Available audio channels depend on the configuration of the audio bus. The command BUSb:I2S:CHANnel:TDMCount specifies the number of channels in a TDM frame.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
tcondition – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tcondition’)