Time

SCPI Command :

TRIGger<tp>[: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 trigger offset.

param triggerPort

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

return

offset: numeric value 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 trigger offset.

param offset

numeric value Unit: s

param triggerPort

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