Time

SCPI Command :

TRIGger[:SEQuence]:HOLDoff<ant>[:TIME]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(antenna=Antenna.Default) float[source]
# TRIGger[:SEQuence]:HOLDoff<ant>[:TIME]
value: float = driver.applications.k14Xnr5G.trigger.sequence.holdoff.time.get(antenna = repcap.Antenna.Default)

Defines the trigger offset.

Parameters:

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

Returns:

offset: numeric value Unit: s

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

Defines the trigger offset.

Parameters:
  • offset – numeric value Unit: s

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