Read only
About PNA Options

InternalTestsetPortCount Property


Description

Returns the number of PNA test ports. This does not include the ports on an external test set.

 VB Syntax

value = cap.InternalTestsetPortCount

Variable

(Type) - Description

value

(Long) - Variable to store the returned number of PNA test ports.

cap

A Capabilities (object)

Return Type

Long

Default

Not Applicable

Examples

value = cap.InternalTestsetPortCount 'Read

C++ Syntax

HRESULT get_InternalTestsetPortCount(long *numPorts );

Interface

ICapabilities