Delay

SCPI Command :

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

Sets the delay between the signal on the marker outputs and the start of the signal.

Parameters:

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

Returns:

delay: integer Range: 0 to depends on other values, Unit: Symbol

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

Sets the delay between the signal on the marker outputs and the start of the signal.

Parameters:
  • delay – integer Range: 0 to depends on other values, Unit: Symbol

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