Delay

SCPI Command :

[SOURce<HW>]:BB:ARBitrary:TRIGger:OUTPut<CH>:DELay
class DelayCls[source]

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

get(output=Output.Default) int[source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:TRIGger:OUTPut<CH>:DELay
value: int = driver.source.bb.arbitrary.trigger.output.delay.get(output = repcap.Output.Default)

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

param output

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

return

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

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

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

param delay

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

param output

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