Delay

SCPI Command :

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

Defines the delay between the signal on the marker outputs and the start of the signals.

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:

delay: float Range: 0 (R&S SMWK501/-K502/-K503/-K504/-K506) /6 (R&S SMW-K315) to 16777215

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

Defines the delay between the signal on the marker outputs and the start of the signals.

Parameters:
  • delay – float Range: 0 (R&S SMWK501/-K502/-K503/-K504/-K506) /6 (R&S SMW-K315) to 16777215

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