Read-only |
About External Testset Control |
Description |
Returns the Test Set Type (model) that was used for the Cal Set. |
VB Syntax |
TSType = calset.TestSetType |
Variable |
(Type) - Description |
TSType |
(String) Variable to store the returned test set model. |
calset |
A Cal Set object. |
Return Type |
String |
Default |
Depends on the test set. |
Example |
TSType = calset.TestSetType |
C++ Syntax |
HRESULT get_OutputPorts(BSTR *mapping); |
Interface |
ICalset5 |