Write/Read |
About SA Application |
Description |
Set and read how the ADC filter is set. When set to 1, ADC filter is set based on the ADC sampling frequency. |
VB Syntax |
sa.EnableADCFilterAuto = value |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Boolean) Choose from: 0 - OFF - ADC filter is set manually using ADCFilter. 1 - ON - Automatically select ADC filter based on the ADC sampling frequency. |
Return Type |
Boolean |
Default |
1 |
Examples |
sa.EnableADCFilterAuto = 0 'Write |
value = sa.EnableADCFilterAuto 'Read |
|
C++ Syntax |
HRESULT put_EnableADCFilterAuto(VARIANT_BOOL bEnable); HRESULT get_EnableADCFilterAuto(VARIANT_BOOL* bEnable); |
Interface |
ISpectrumAnalyzer |