Read-only |
Description |
Returns the number of hardware test ports on the VNA. |
VB Syntax |
value = app.NumberOfPorts |
Variable |
(Type) - Description |
app |
An Application (object) |
value |
(long integer) - variable to contain the returned value. |
Return Type |
(long integer) |
Default |
Not Applicable |
Examples |
iNumPorts = app.NumberOfPorts |
C++ Syntax |
HRESULT NumberOfPorts( long* NumPorts) |
Interface |
IApplication |