Write/Read
About SA Application

BandwidthWideMin Property


Description

Set and read the minimum value for wide DFT bandwidth. The minimum wide DFT bandwidth setting is 500 kHz. The AutoBandwidth must be set to OFF to set this value manually.

VB Syntax

sa.dft.BandwidthWideMin = value

Variable

(Type) - Description

sa.dft

A SpectrumAnalyzerDFT (object)

Return Type

Double

Examples

sa.dft.BandwidthWideMin = 5e5  'Write

value = sa.dft.BandwidthWideMin 'Read

C++ Syntax

HRESULT put_BandwidthWideMin(double minbw);

HRESULT get_BandwidthWideMin(double* minbw);

Interface

ISpectrumAnalyzerDFT