Write/Read
About SA Application

ADCFilter Property


Description

Set and read the ADC filter width mode. The entered frequency value is rounded to the closest value supported by the PNA (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 PNA.

Learn about these choices.

Return Type

Double

Default

11 MHz

Examples

sa.ADCFilter = 11MHz 'Write

value = sa.ADCFilter 'Read

See an example program.

C++ Syntax

HRESULT put_ADCFilter(double cutfreq);

HRESULT get_ADCFilter(double* cutfreq);

Interface

ISpectrumAnalyzer