Post

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:TRIGger:[SEQuencer<ST>]:OUTPut<CH>:POST
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>:POST
value: int = driver.source.bb.esequencer.trigger.sequencer.output.post.get(sequencer = repcap.Sequencer.Default, output = repcap.Output.Default)

Sets post-marker time.

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:

post_time: integer Range: 0 to 1E6

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

Sets post-marker time.

Parameters:
  • post_time – integer Range: 0 to 1E6

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