Read only |
About VNA Options |
Description |
Returns the major firmware revision number as an integer. For example, given a firmware revision number A.03.30, this command returns 3. |
VB Syntax |
value = cap.FirmwareMajorRevision |
Variable |
(Type) - Description |
value |
(Long) - Variable to store the returned integer value of the firmware revision number. |
cap |
A Capabilities (object) |
Return Type |
Long |
Default |
Not Applicable |
Examples |
value = cap.FirmwareMajorRevision 'Read |
C++ Syntax |
HRESULT get_FirmwareMajorRevision(long * majorRev ); |
Interface |
ICapabilities |