Write/Read
About External Testset Control

OutputPorts Property


Description

Sets or gets the port mappings for ALL ports. An “invalid argument” error will occur if you attempt to set an illegal port combination.

Refer to your testset documentation for valid port combinations.

Note: Do not confuse the similar E5091.OutputPort Property, which sets or gets the port mapping for a single port.

 VB Syntax

tset.OutputPorts(chNum) = portList

Variable

(Type) - Description

tset

A TestsetControl object.

chNum

(Long)  Channel number of the measurement.

portList

(String)  A comma-separated list of port mappings. Spaces are ignored at the beginning and end of this text, and before or after commas. Space characters in other locations are not ignored.

Return Type

String

Default

Not Applicable

Examples

See External Testset Program

C++ Syntax

HRESULT get_OutputPorts(long channelNum, BSTR *outPorts);
HRESULT put_OutputPorts(long channelNum, BSTR outPorts);

Interface

ITestsetControl