Read-only
About E5091 Testset Control
About External Testset Control

NumberOfPorts Property


Description

Returns the number of ports on the specified testset. Returns 0 if no test set is connected.

 VB Syntax

value = tset.NumberOfPorts

Variable

(Type) - Description

value

(Long) variable to store the returned information.

tset

A TestsetControl object.

OR

An E5091Testset object.

Return Type

Long Integer

Default

Not Applicable

Examples

value = testset1.NumberOfPorts

See E5091A Example Program

See External Testset Program

C++ Syntax

HRESULT get_NumberOfPorts(long *numberOfPorts);

Interface

ITestsetControl

IE5091Testset