Time

SCPI Command :

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

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

get(antenna=Antenna.Default) float[source]
# SCPI: TRIGger[:SEQuence]:HOLDoff<ant>[:TIME]
value: float = driver.applications.k14Xnr5G.trigger.sequence.holdoff.time.get(antenna = repcap.Antenna.Default)

Defines the trigger offset.

param antenna

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

return

offset: numeric value Unit: s

set(offset: float, antenna=Antenna.Default) None[source]
# SCPI: TRIGger[:SEQuence]:HOLDoff<ant>[:TIME]
driver.applications.k14Xnr5G.trigger.sequence.holdoff.time.set(offset = 1.0, antenna = repcap.Antenna.Default)

Defines the trigger offset.

param offset

numeric value Unit: s

param antenna

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