Write/Read
About SA Application

VideoBW Property


Description

Set and read the Video bandwidth. Also set VideoBWMode to naManual.

VB Syntax

sa.VideoBW = value

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Double) Choose a value between 3 Hz and 3 MHz. Going outside this range places the trace into a hold mode.

Learn about these settings.

Return Type

Double

Default

100 kHz

Examples

sa.VideoBW = 1e5   Write

value = sa.VideoBW 'Read

See an example program.

C++ Syntax

HRESULT put_VideoBW(double freq);

HRESULT get_VideoBW(double* freq);

Interface

ISpectrumAnalyzer