Delay

SCPI Command :

SOURce:GPRF:GENerator<Instance>:SEQuencer:WMARker<no>:DELay
class DelayCls[source]

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

get(marker=Marker.Default) float[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:WMARker<no>:DELay
value: float = driver.source.sequencer.wmarker.delay.get(marker = repcap.Marker.Default)

Defines a delay time for the ARB output trigger events relative to the waveform marker <no> events.

param marker:

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

return:

waveform_marker: numeric Range: 0 s to 0.1 s, Unit: s

set(waveform_marker: float, marker=Marker.Default) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:WMARker<no>:DELay
driver.source.sequencer.wmarker.delay.set(waveform_marker = 1.0, marker = repcap.Marker.Default)

Defines a delay time for the ARB output trigger events relative to the waveform marker <no> events.

param waveform_marker:

numeric Range: 0 s to 0.1 s, Unit: s

param marker:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.sequencer.wmarker.delay.clone()

Subgroups