Holdoff

SCPI Commands

SENSe:SWEep:EGATe:HOLDoff
class HoldoffCls[source]

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

get() float[source]
# SCPI: [SENSe]:SWEep:EGATe:HOLDoff
value: float = driver.applications.k30NoiseFigure.sense.sweep.egate.holdoff.get()

This command defines the delay time between the gate signal and the continuation of the measurement.

return

delay_time: Range: 0 s to 30 s, Unit: S

set(delay_time: float) None[source]
# SCPI: [SENSe]:SWEep:EGATe:HOLDoff
driver.applications.k30NoiseFigure.sense.sweep.egate.holdoff.set(delay_time = 1.0)

This command defines the delay time between the gate signal and the continuation of the measurement.

param delay_time

Range: 0 s to 30 s, Unit: S