Event
SCPI Command :
TRIGger:MEVents:SEQuence<*>:RESet:EVENt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(sequence=Sequence.Default) bool[source]
# TRIGger:MEVents:SEQuence<*>:RESet:EVENt value: bool = driver.trigger.mevents.sequence.reset.event.get(sequence = repcap.Sequence.Default)
If enabled, the trigger sequence is restarted by the R-trigger condition if the specified number of B-triggers does not occur before the R-trigger conditions are fulfilled.
- Parameters:
sequence – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sequence’)
- set(enab_rst_evt: bool, sequence=Sequence.Default) None[source]
# TRIGger:MEVents:SEQuence<*>:RESet:EVENt driver.trigger.mevents.sequence.reset.event.set(enab_rst_evt = False, sequence = repcap.Sequence.Default)
If enabled, the trigger sequence is restarted by the R-trigger condition if the specified number of B-triggers does not occur before the R-trigger conditions are fulfilled.
- Parameters:
enab_rst_evt – OFF | ON
sequence – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sequence’)