Holdoff
SCPI Command :
TRIGger[:SEQuence]:IFPower:HOLDoff
- class HoldoffCls[source]
Holdoff commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: TRIGger[:SEQuence]:IFPower:HOLDoff value: float = driver.applications.k6Pulse.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.
- return
time: No help available
- set(time: float) None [source]
# SCPI: TRIGger[:SEQuence]:IFPower:HOLDoff driver.applications.k6Pulse.trigger.sequence.ifPower.holdoff.set(time = 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.
- param time
Range: 0 s to 10 s, Unit: S