Read only |
About VNA Options |
Description |
Returns the serial number of the VNA. |
VB Syntax |
value = cap.SerialNumber |
Variable |
(Type) - Description |
value |
(String) - Variable to store the returned value. |
cap |
A Capabilities (object) |
Return Type |
String |
Default |
Not Applicable |
Examples |
value = cap.SerialNumber 'Read |
C++ Syntax |
HRESULT get_SerialNumber(BSTR * serial); |
Interface |
ICapabilities11 |