SoWords
SCPI Command :
TRIGger<*>:I2S:SOWords
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) int[source]
# TRIGger<*>:I2S:SOWords value: int = driver.trigger.i2S.soWords.get(trigger = repcap.Trigger.Default)
Sets the number of words that is used as time limit for the ‘Window’ trigger type. The instrument triggers if the data condition is fulfilled on the same channel for the given number of subsequent frames.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
sequence_words: 1 to 1E+6
- set(sequence_words: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:I2S:SOWords driver.trigger.i2S.soWords.set(sequence_words = 1, trigger = repcap.Trigger.Default)
Sets the number of words that is used as time limit for the ‘Window’ trigger type. The instrument triggers if the data condition is fulfilled on the same channel for the given number of subsequent frames.
- Parameters:
sequence_words – 1 to 1E+6
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)