Enable

SCPI Command :

TRIGger:MEVents:SEQuence<*>:RESet:TIMeout[:ENABle]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(sequence=Sequence.Default) bool[source]
# TRIGger:MEVents:SEQuence<*>:RESet:TIMeout[:ENABle]
value: bool = driver.trigger.mevents.sequence.reset.timeout.enable.get(sequence = repcap.Sequence.Default)

If set to ON, the instrument waits for the time defined using method RsMxo.trigger.mevents.sequence.reset.timeout.time.set() for the specified number of B-events. If no trigger occurs during that time, the sequence is restarted with the A-event.

Parameters:

sequence – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sequence’)

Returns:

state: OFF | ON

set(state: bool, sequence=Sequence.Default) None[source]
# TRIGger:MEVents:SEQuence<*>:RESet:TIMeout[:ENABle]
driver.trigger.mevents.sequence.reset.timeout.enable.set(state = False, sequence = repcap.Sequence.Default)

If set to ON, the instrument waits for the time defined using method RsMxo.trigger.mevents.sequence.reset.timeout.time.set() for the specified number of B-events. If no trigger occurs during that time, the sequence is restarted with the A-event.

Parameters:
  • state – OFF | ON

  • sequence – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sequence’)