Holdoff
SCPI Command :
TRIGger[:SEQuence]:IFPower:HOLDoff
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# TRIGger[:SEQuence]:IFPower:HOLDoff value: float = driver.applications.k91Wlan.trigger.sequence.ifPower.holdoff.get()
Defines the holding time before the next trigger event. Note that this command can be used for any trigger source, not just IF Power (despite the legacy keyword) . 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 data measurements.
- Returns:
period: Range: 0 s to 10 s, Unit: S
- set(period: float) None[source]
# TRIGger[:SEQuence]:IFPower:HOLDoff driver.applications.k91Wlan.trigger.sequence.ifPower.holdoff.set(period = 1.0)
Defines the holding time before the next trigger event. Note that this command can be used for any trigger source, not just IF Power (despite the legacy keyword) . 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 data measurements.
- Parameters:
period – Range: 0 s to 10 s, Unit: S