Time

SCPI Commands

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.applications.k60Transient.trigger.sequence.holdoff.time.get()

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

return

offset: Unit: S

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

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

param offset

Unit: S