Delay

SCPI Command :

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

Delays the marker signal at the marker output relative to the signal generation start. Variation of the parameter ‘Marker x’ > ‘Delay’ causes signal recalculation.

Parameters:

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

Returns:

delay: float Range: 0 to 16777215, Unit: samples

set(delay: float, output=Output.Default) None[source]
# [SOURce<HW>]:BB:PRAMp:TRIGger:OUTPut<CH>:DELay
driver.source.bb.pramp.trigger.output.delay.set(delay = 1.0, output = repcap.Output.Default)

Delays the marker signal at the marker output relative to the signal generation start. Variation of the parameter ‘Marker x’ > ‘Delay’ causes signal recalculation.

Parameters:
  • delay – float Range: 0 to 16777215, Unit: samples

  • output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)