Mode
SCPI Command :
TRIGger<*>:PARallel:PATTern:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) PatternMode[source]
# TRIGger<*>:PARallel:PATTern:MODE value: enums.PatternMode = driver.trigger.parallel.pattern.mode.get(trigger = repcap.Trigger.Default)
Sets the mode of the timing condition.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
mode: OFF | TIMeout | WIDTh
OFF: No timing condition, only the logical pattern condition is relevant.
TIMeout: Defines a minimum time qualification to avoid triggering on unstable or transitional conditions. Use TRIGgert:PARallel:PATTern:TIMeout:MODE and TRIGgert:PARallel:PATTern:TIMeout[:TIME] to specify the timeout.
WIDTh: Sets a pulse width as timing condition. The pulse starts when the pattern comes true, and the trigger event occurs when the pattern comes false during the specified time limit. Use TRIGgert:PARallel:PATTern:WIDTh:RANGe, TRIGgert:PARallel:PATTern:WIDTh[:WIDTh], and TRIGgert:PARallel:PATTern:WIDTh:DELTa to specify the width.
- set(mode: PatternMode, trigger=Trigger.Default) None[source]
# TRIGger<*>:PARallel:PATTern:MODE driver.trigger.parallel.pattern.mode.set(mode = enums.PatternMode.OFF, trigger = repcap.Trigger.Default)
Sets the mode of the timing condition.
- Parameters:
mode –
OFF | TIMeout | WIDTh
OFF: No timing condition, only the logical pattern condition is relevant.
TIMeout: Defines a minimum time qualification to avoid triggering on unstable or transitional conditions. Use TRIGgert:PARallel:PATTern:TIMeout:MODE and TRIGgert:PARallel:PATTern:TIMeout[:TIME] to specify the timeout.
WIDTh: Sets a pulse width as timing condition. The pulse starts when the pattern comes true, and the trigger event occurs when the pattern comes false during the specified time limit. Use TRIGgert:PARallel:PATTern:WIDTh:RANGe, TRIGgert:PARallel:PATTern:WIDTh[:WIDTh], and TRIGgert:PARallel:PATTern:WIDTh:DELTa to specify the width.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)