Duration

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:TRIGger:[SEQuencer<ST>]:OUTPut<CH>:DURation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(sequencer=Sequencer.Default, output=Output.Default) int[source]
# [SOURce<HW>]:BB:ESEQuencer:TRIGger:[SEQuencer<ST>]:OUTPut<CH>:DURation
value: int = driver.source.bb.esequencer.trigger.sequencer.output.duration.get(sequencer = repcap.Sequencer.Default, output = repcap.Output.Default)

Sets the duration of the restart marker signal, or the signal defined in the sequence list.

Parameters:
  • sequencer – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sequencer’)

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

Returns:

duration: integer Range: 1 to 65536

set(duration: int, sequencer=Sequencer.Default, output=Output.Default) None[source]
# [SOURce<HW>]:BB:ESEQuencer:TRIGger:[SEQuencer<ST>]:OUTPut<CH>:DURation
driver.source.bb.esequencer.trigger.sequencer.output.duration.set(duration = 1, sequencer = repcap.Sequencer.Default, output = repcap.Output.Default)

Sets the duration of the restart marker signal, or the signal defined in the sequence list.

Parameters:
  • duration – integer Range: 1 to 65536

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

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