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