Read-only |
About Dynamic Uncertainty |
Description |
Returns the VNA port number. |
VB Syntax |
value = port.Number |
Variable |
(Type) - Description |
port |
A Port (object) |
value |
(Long Integer) - Variable to store the returned Port number. |
Return Type |
Long |
Default |
Not Applicable |
Examples |
value = port.Number 'Read the value |
C++ Syntax |
HRESULT get_Number([out,retval] long *port); |
Interface |
IPort |