Read-only |
About LFE |
Description |
Returns whether or not the VNA has the low frequency extension (LFE) installed. Learn more. |
VB Syntax |
value = chan.HasLowFrequencyExtension |
Variable |
(Type) - Description |
value |
(boolean) False - LFE is not installed. True - LFE is installed. |
cap |
Capabilities (object) |
Return Type |
Not applicable |
|
hasLFE = cap.HasLowFrequencyExtension 'Read |
C++ Syntax |
HRESULT get_HasLowFrequencyExtension(VARIANT_BOOL* hasLFE); |
Interface |
ICapabilities16 |