Read-Only
About SA Application

FFTResolution Property


Description

Read the FFT resolution.

VB Syntax

sa.FFTResolution = value

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Double)  Variable to store the returned FFT resolution.

Learn about these settings.

Return Type

Double

Default

N/A

Examples

value = sa.FFTResolution 'Read

See an example program.

C++ Syntax

HRESULT get_FFTResolution(double* resolution);

Interface

ISpectrumAnalyzer