Holdoff

SCPI Command :

TRIGger<tp>[:SEQuence]:IFPower:HOLDoff
class HoldoffCls[source]

Holdoff commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(triggerPort=TriggerPort.Default) float[source]
# SCPI: TRIGger<tp>[:SEQuence]:IFPower:HOLDoff
value: float = driver.applications.k30NoiseFigure.trigger.sequence.ifPower.holdoff.get(triggerPort = repcap.TriggerPort.Default)

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 triggerPort

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

return

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

set(period: float, triggerPort=TriggerPort.Default) None[source]
# SCPI: TRIGger<tp>[:SEQuence]:IFPower:HOLDoff
driver.applications.k30NoiseFigure.trigger.sequence.ifPower.holdoff.set(period = 1.0, triggerPort = repcap.TriggerPort.Default)

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

param triggerPort

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)