Read only |
About VNA Options |
Description |
Returns the number of VNA test ports. This does not include the ports on an external test set. |
VB Syntax |
value = cap.InternalTestsetPortCount |
Variable |
(Type) - Description |
value |
(Long) - Variable to store the returned number of VNA test ports. |
cap |
A Capabilities (object) |
Return Type |
Long |
Default |
Not Applicable |
Examples |
value = cap.InternalTestsetPortCount 'Read |
C++ Syntax |
HRESULT get_InternalTestsetPortCount(long *numPorts ); |
Interface |
ICapabilities |