CmpDelay
SCPI Command :
LANE<*>:EMBedding:CMPDelay
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lane=Lane.Default) bool[source]
# LANE<*>:EMBedding:CMPDelay value: bool = driver.lane.embedding.cmpDelay.get(lane = repcap.Lane.Default)
Enables the compensation for the group delay of the complete measurement setup. If enabled, the calibration time reference point is the start point of the measurement setup. If disabled, the calibration time reference point is the oscilloscope’s channel input.
- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
- Returns:
dly_compens: OFF | ON
- set(dly_compens: bool, lane=Lane.Default) None[source]
# LANE<*>:EMBedding:CMPDelay driver.lane.embedding.cmpDelay.set(dly_compens = False, lane = repcap.Lane.Default)
Enables the compensation for the group delay of the complete measurement setup. If enabled, the calibration time reference point is the start point of the measurement setup. If disabled, the calibration time reference point is the oscilloscope’s channel input.
- Parameters:
dly_compens – OFF | ON
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)