Duration

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:TRIGger:[SEQuencer<ST>]:OUTPut<CH>:DURation
class DurationCls[source]

Duration commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(sequencer=Sequencer.Default, output=Output.Default) int[source]
# SCPI: [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.

param sequencer

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

param output

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

return

duration: integer Range: 1 to 65536

set(duration: int, sequencer=Sequencer.Default, output=Output.Default) None[source]
# SCPI: [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.

param duration

integer Range: 1 to 65536

param sequencer

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

param output

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