Read-only
About Auxiliary Triggering

AuxiliaryTriggerCount Property


Description

Returns the number of aux trigger input / output connector pairs in the VNA

 VB Syntax

value = app.AuxiliaryTriggerCount

Variable

(Type) - Description

value

(Long Integer) Variable to store the returned value.

2 = PNA-X models

1 = All other VNA models

app

An Application (object)

Return Type

Long Integer

Default

Not Applicable

Examples

ioConns = app.AuxiliaryTriggerCount

C++ Syntax

HRESULT AuxiliaryTriggerCount(long *count);

Interface

IApplication11