Read-only
About Auxiliary Triggering

Number Property


Description

Returns the number of the Auxiliary Trigger connector pair currently being used with the instance of the AuxTrigger object. Set the trigger pair with the AuxTrig object.

 VB Syntax

value = auxTrig.Number

Variable

(Type) - Description

auxTrig

An AuxTrigger (object)

value

(Long Integer) - Connector pair. PNA-X returns 1 or 2. All other models that do not have the Aux trigger connector returns 1.

Return Type

Single

Default

Not Applicable

Examples

value = auxTrig.Number 'Read the value

C++ Syntax

HRESULT get_Number(long *auxID);

Interface

IAuxTrigger