Write/Read
About SA Application

EnableDitherFFTGridOrigin Property - Obsolete

Note: It is recommended that you do not use this command as it will conflict with future features.


Description

Set and read the FFT grid dither state.

VB Syntax

sa.EnableDitherFFTGridOrigin = value

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Boolean) Choose from:

0 - OFF - FFT grid dithering is disabled.

1 - ON - FFT grid dithering is enabled.

Return Type

Boolean

Default

0

Examples

sa.EnableDitherFFTGridOrigin = 1 'Write

value = sa.EnableDitherFFTGridOrigin 'Read

See an example program.

C++ Syntax

HRESULT put_EnableDitherFFTGridOrigin(VARIANT_BOOL bEnable);

HRESULT get_EnableDitherFFTGridOrigin(VARIANT_BOOL* bEnable);

Interface

ISpectrumAnalyzer