Read-Only
About SA Application

Resolution Property


Description

Read the DFT resolution.

VB Syntax

sa.dft.Resolution = value

Variable

(Type) - Description

sa.dft

A SpectrumAnalyzerDFT (object)

value

(Double)  Variable to store the returned DFT resolution.

Return Type

Double

Default

N/A

Examples

value = sa.dft.DFTResolution 'Read

C++ Syntax

HRESULT get_Resolution(double* resolution);

Interface

ISpectrumAnalyzerDFT