Time
SCPI Command :
TRIGger:MEVents:SEQuence<*>:RESet:TIMeout:TIME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(sequence=Sequence.Default) float[source]
# TRIGger:MEVents:SEQuence<*>:RESet:TIMeout:TIME value: float = driver.trigger.mevents.sequence.reset.timeout.time.get(sequence = repcap.Sequence.Default)
The time the instrument waits for the number of B-events specified using method
RsMxo.trigger.mevents.sequence.count.set(), before the sequence is restarted with the A-trigger.- Parameters:
sequence – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sequence’)
- Returns:
reset_timeout: 0 to 50
- set(reset_timeout: float, sequence=Sequence.Default) None[source]
# TRIGger:MEVents:SEQuence<*>:RESet:TIMeout:TIME driver.trigger.mevents.sequence.reset.timeout.time.set(reset_timeout = 1.0, sequence = repcap.Sequence.Default)
The time the instrument waits for the number of B-events specified using method
RsMxo.trigger.mevents.sequence.count.set(), before the sequence is restarted with the A-trigger.- Parameters:
reset_timeout – 0 to 50
sequence – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sequence’)