Delay

SCPI Command :

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

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

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

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

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]
# SCPI: [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.

param delay

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

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