Delay

SCPI Command :

TRIGger:MEVents:SEQuence<*>:DELay
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(sequence=Sequence.Default) float[source]
# TRIGger:MEVents:SEQuence<*>:DELay
value: float = driver.trigger.mevents.sequence.delay.get(sequence = repcap.Sequence.Default)

Sets the time that the instrument waits after an A-trigger until it recognizes B-triggers.

Parameters:

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

Returns:

delay: 0 to 50

set(delay: float, sequence=Sequence.Default) None[source]
# TRIGger:MEVents:SEQuence<*>:DELay
driver.trigger.mevents.sequence.delay.set(delay = 1.0, sequence = repcap.Sequence.Default)

Sets the time that the instrument waits after an A-trigger until it recognizes B-triggers.

Parameters:
  • delay – 0 to 50

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