Time

SCPI Commands

TRIGger<TriggerPort>:SEQuence:HOLDoff:TIME
class TimeCls[source]

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

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

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

param triggerPort

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

return

offset: Unit: S

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

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

param offset

Unit: S

param triggerPort

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