Write/Read
About SA Application

ADCEnableFIRFor25Mhz Property


Description

Set and read the FIR filter for 25 MHz decimation.

VB Syntax

sa.ADCEnableFIRFor25Mhz = value

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Boolean) Choose from:

0 - OFF - Disable 25 MHz FIR filter.

1 - ON - Enable 25 MHz FIR filter.

Return Type

Boolean

Default

0

Examples

sa.ADCEnableFIRFor25Mhz = 0  'Write

filter = sa.ADCEnableFIRFor25Mhz 'Read

C++ Syntax

HRESULT put_ADCEnableFIRFor25Mhz(VARIANT_BOOL bEnable);

HRESULT get_ADCEnableFIRFor25Mhz(VARIANT_BOOL* bEnable);

Interface

ISpectrumAnalyzer4