Write/Read
About SA Application

EnableADCDither Property


Description

Set and read the ADC dither state.

VB Syntax

sa.EnableADCDither = value

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Boolean) Choose from:

0 - ADC dithering is disabled.

1 - ADC dithering is enabled.

Learn about these settings.

Return Type

Boolean

Default

0

Examples

sa.EnableADCDither = 1 'Write

value = sa.EnableADCDither 'Read

See an example program.

C++ Syntax

HRESULT put_EnableADCDither(VARIANT_BOOL bEnable);

HRESULT get_EnableADCDither(VARIANT_BOOL* bEnable);

Interface

ISpectrumAnalyzer