Time

SCPI Command :

TRIGger[:SEQuence]:HOLDoff[:TIME]
class TimeCls[source]

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

get() float[source]
# SCPI: TRIGger[:SEQuence]:HOLDoff[:TIME]
value: float = driver.trigger.sequence.holdoff.time.get()

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

return

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]
# SCPI: TRIGger[:SEQuence]:HOLDoff[:TIME]
driver.trigger.sequence.holdoff.time.set(offset = 1.0)

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

param 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