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