Read only |
About VNA Options |
Description |
Returns the maximum frequency of the remote VNA, including any over-sweep. Over-sweep frequencies can be set but are not specified. |
VB Syntax |
value = cap.MaximumFrequency |
Variable |
(Type) - Description |
value |
(Double) - Variable to store the returned maximum frequency of the VNA. |
cap |
A Capabilities (object) |
Return Type |
Double |
Default |
Not Applicable |
Examples |
value = cap.MaximumFrequency 'Read |
C++ Syntax |
HRESULT get_MaximumFrequency(&frequencyMax); |
Interface |
ICapabilities |