Read only |
About VNA Options |
Description |
Returns the number of internal source ports. |
VB Syntax |
value = cap.InternalSourcePortCount |
Variable |
(Type) - Description |
value |
(Long) - Variable to store the returned value. |
cap |
A Capabilities (object) |
Return Type |
Long |
Default |
Not Applicable |
Examples |
value = cap.InternalSourcePortCount 'Read |
C++ Syntax |
HRESULT get_InternalSourcePortCount(Long *value); |
Interface |
ICapabilities13 |