Pre

SCPI Command :

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

Pre 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>:PRE
value: int = driver.source.bb.esequencer.trigger.sequencer.output.pre.get(sequencer = repcap.Sequencer.Default, output = repcap.Output.Default)

Sets pre-marker time.

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

pre_time: integer Range: 0 to 24000

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

Sets pre-marker time.

param pre_time

integer Range: 0 to 24000

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’)