Write/Read |
About SA Application |
Description |
Set and read the ADC filter width mode. The entered frequency value is rounded to the closest value supported by the VNA (11 MHz or 38 MHz). |
VB Syntax |
sa.ADCFilter = value |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Double) Choose a value within the range supported by the VNA. |
Return Type |
Double |
Default |
11 MHz |
Examples |
sa.ADCFilter = 11MHz 'Write |
value = sa.ADCFilter 'Read |
|
C++ Syntax |
HRESULT put_ADCFilter(double cutfreq); HRESULT get_ADCFilter(double* cutfreq); |
Interface |
ISpectrumAnalyzer |