Delay
SCPI Command :
[SOURce<HW>]:BB:ARBitrary:COUPled:TRIGger:DELay:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_offset() float[source]
# [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.
- Returns:
offset: float Range: 0 to 2147483647/clockrate
- set_offset(offset: float) None[source]
# [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.
- Parameters:
offset – float Range: 0 to 2147483647/clockrate