Holdoff
SCPI Command :
[SENSe]:SWEep:EGATe:HOLDoff
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:SWEep:EGATe:HOLDoff value: float = driver.sense.sweep.egate.holdoff.get()
Defines the delay time between the gate signal and the continuation of the measurement. Note: If you perform gated measurements in combination with the IF Power trigger, the FSW ignores the holding time for frequency sweep, FFT sweep, zero span and I/Q mode measurements.
- Returns:
delay_time: Range: 0 s to 30 s, Unit: S
- set(delay_time: float) None[source]
# [SENSe]:SWEep:EGATe:HOLDoff driver.sense.sweep.egate.holdoff.set(delay_time = 1.0)
Defines the delay time between the gate signal and the continuation of the measurement. Note: If you perform gated measurements in combination with the IF Power trigger, the FSW ignores the holding time for frequency sweep, FFT sweep, zero span and I/Q mode measurements.
- Parameters:
delay_time – Range: 0 s to 30 s, Unit: S