Write/Read
About Auxiliary Triggering

Delay Property


Description

Specifies the delay that should be applied by the PNA after the aux trigger input is received and before the acquisition is made.

Note: Use on PNA-X ONLY. Other models do NOT have an Aux Input.

 VB Syntax

auxTrig.Delay = value

Variable

(Type) - Description

auxTrig

An AuxTrigger (object)

value

(double) - Delay value in seconds. Choose a value between 0 and 3.0 seconds.

Return Type

Double

Default

Not Applicable

Exaamples

auxTrig.Delay = 1.2 'Write 1.2s Delay

value = auxTrig.Delay 'Read the value

C++ Syntax

HRESULT get_Delay(double *val);

HRESULT put_Delay(double val);

Interface

IAuxTrigger