Mode
SCPI Command :
TRIGger<*>:PARallel:PATTern:TIMeout:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) TimeoutRange[source]
# TRIGger<*>:PARallel:PATTern:TIMeout:MODE value: enums.TimeoutRange = driver.trigger.parallel.pattern.timeout.mode.get(trigger = repcap.Trigger.Default)
Sets the state condition for the timeout qualification if method
RsRtx.trigger.parallel.pattern.mode.set()is set to TIMeout. To set the time limit, use methodRsRtx.trigger.parallel.pattern.timeout.time.set().- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
timeout_mode: HIGH: The pattern stays true for the specified time. LOW: The pattern stays false for the specified time. EITHER: The pattern remains unchanged for the specified time.
- set(timeout_mode: TimeoutRange, trigger=Trigger.Default) None[source]
# TRIGger<*>:PARallel:PATTern:TIMeout:MODE driver.trigger.parallel.pattern.timeout.mode.set(timeout_mode = enums.TimeoutRange.EITHer, trigger = repcap.Trigger.Default)
Sets the state condition for the timeout qualification if method
RsRtx.trigger.parallel.pattern.mode.set()is set to TIMeout. To set the time limit, use methodRsRtx.trigger.parallel.pattern.timeout.time.set().- Parameters:
timeout_mode – HIGH: The pattern stays true for the specified time. LOW: The pattern stays false for the specified time. EITHER: The pattern remains unchanged for the specified time.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)