Time

SCPI Command :

TRIGger[:SEQuence]:HOLDoff[:TIME]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# TRIGger[:SEQuence]:HOLDoff[:TIME]
value: float = driver.applications.k30NoiseFigure.trigger.sequence.holdoff.time.get()

Defines the time offset between the trigger event and the start of the sweep.

Returns:

offset: For measurements in the frequency domain, the range is 0 s to 30 s. For measurements in the time domain, the range is the negative sweep time to 30 s. Unit: S

set(offset: float) None[source]
# TRIGger[:SEQuence]:HOLDoff[:TIME]
driver.applications.k30NoiseFigure.trigger.sequence.holdoff.time.set(offset = 1.0)

Defines the time offset between the trigger event and the start of the sweep.

Parameters:

offset – For measurements in the frequency domain, the range is 0 s to 30 s. For measurements in the time domain, the range is the negative sweep time to 30 s. Unit: S