Read-only
About External Testset Control

PortCatalog Property


Description

Returns a comma-separated list of the Output port selections that are available for a given logical input port.

Read the number of input ports for the test set using NumberOfPorts Property.

 VB Syntax

value = tset.PortCatalog(logPort)

Variable

(Type) - Description

value

(String) Variable to store the returned information.

tset

A TestsetControl object.

logPort

(Long)  Logical Input port number for which to return valid output ports.

Return Type

String

Default

Not Applicable

Examples

value = testset1.PortCatalog 2

See External Testset Program

C++ Syntax

HRESULT get_PortCatalog(long inputPort, BSTR *outPort);

Interface

ITestsetControl