Read only |
About VNA Options |
Description |
Returns a list of test port names including external test set ports. |
VB Syntax |
value = cap.TestPortNames |
Variable |
(Type) - Description |
value |
Variant containing one-dimensional array of string names. |
cap |
A Capabilities (object) |
Default |
Not Applicable |
Examples |
value = cap.TestPortNames 'Read |
C++ Syntax |
HRESULT get_TestPortNames(Variant *names); |
Interface |
ICapabilities13 |