Delay

SCPI Command :

[SOURce<HW>]:BB:ARBitrary:COUPled:TRIGger:DELay:OFFSet
class DelayCls[source]

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

get_offset() float[source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:COUPled:TRIGger:DELay:OFFSet
value: float = driver.source.bb.arbitrary.coupled.trigger.delay.get_offset()

Sets a time delay to delay the waveform processing of a particular baseband.

return

offset: float Range: 0 to 2147483647/clockrate

set_offset(offset: float) None[source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:COUPled:TRIGger:DELay:OFFSet
driver.source.bb.arbitrary.coupled.trigger.delay.set_offset(offset = 1.0)

Sets a time delay to delay the waveform processing of a particular baseband.

param offset

float Range: 0 to 2147483647/clockrate