Write/Read
About SA Application

VideoBWMode Property


Description

Set and read how the video bandwidth is set. When ON, video bandwidth is set based on RBW/VBW ratio.

VB Syntax

sa.VideoBWMode = value

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Enum as NAModes) Choose from:

1 - naMANUAL - Video BW is set manually using VideoBW Property

0 - naAUTO - Video BW is set automatically.

Learn about these settings.

Return Type

Enum

Default

0 - naAUTO

Examples

sa.VideoBWMode = naMANUAL   Write

value = sa.VideoBWMode 'Read

See an example program.

C++ Syntax

HRESULT put_VideoBWMode(tagNAModes mode);

HRESULT get_VideoBWMode(tagNAModes* mode);

Interface

ISpectrumAnalyzer