Read only |
About Help, About VNA |
Description |
Returns a number that corresponds to the CPU speed of the VNA. |
VB Syntax |
value = cap.CpuRevision |
Variable |
(Type) - Description |
value |
(String) - Variable to store the returned number. Use the following table to learn the CPU speed. Reported CPU version - Clock speed 1.0 - 266 MHz 2.0 - 500 MHz 3.0 - 1100 MHz 4.0 - 1600 MHz 5.0 - 2000 MHz 6.0 - 2000 MHz dual core 7.0 - 2200 MHz dual core |
cap |
A Capabilities (object) |
Return Type |
String |
Default |
Not Applicable |
Examples |
value = cap.CpuRevision 'Read |
C++ Syntax |
HRESULT get_CpuRevision(BSTR *value); |
Interface |
ICapabilities6 |