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.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

period: Range: 0 s to 10 s, Unit: S

set(period: float) None[source]
# SCPI: TRIGger[:SEQuence]:IFPower:HOLDoff
driver.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.

param period

Range: 0 s to 10 s, Unit: S