Read-only |
About External Testset Control |
Description |
Returns the port mapping for the Cal Set. |
VB Syntax |
portMap = calset.OutputPorts |
Variable |
(Type) - Description |
portMap |
(String) Variable to store the returned string. The returned values are the physical ports. The POSITION of the returned values corresponds to the logical ports. For example, with an N44xx test set, if the returned string is "PNA 1,TS 2,PNA 2, TS 4" this means:
|
calset |
A Cal Set object. |
Return Type |
String |
Default |
Depends on the test set. |
Example |
portMap = calset.OutputPorts |
C++ Syntax |
HRESULT get_OutputPorts(BSTR *mapping); |
Interface |
ICalset5 |