Write/Read
About SA Application

ResolutionBWVideoBWRatio Property


Description

Set and read the RBW / VBW ratio.

VB Syntax

sa.ResolutionBWVideoBWRatio = value

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Double) RBW / VBW ratio.

Learn about these settings.

Return Type

Double

Default

1.0

Examples

sa.ResolutionBWVideoBWRatio = 1  'Write

value = sa.ResolutionBWVideoBWRatio 'Read

See an example program.

C++ Syntax

HRESULT put_ResolutionBWVideoBWRatio(double ratio);

HRESULT get_ResolutionBWVideoBWRatio(double* ratio);

Interface

ISpectrumAnalyzer