Write/Read
About SA Application

BandwidthWideMax Property


Description

Set and read the maximum value for wide DFT bandwidth. The maximum wide DFT bandwidth setting is 44 MHz. The AutoBandwidth must be set to OFF to set this value manually.

VB Syntax

sa.dft.BandwidthWideMax = value

Variable

(Type) - Description

sa.dft

A SpectrumAnalyzerDFT (object)

Return Type

Double

Examples

sa.dft.BandwidthWideMax = 44e6  'Write

value = sa.dft.BandwidthWideMax 'Read

C++ Syntax

HRESULT put_BandwidthWideMax(double maxbw);

HRESULT get_BandwidthWideMax(double* maxbw);

Interface

ISpectrumAnalyzerDFT