Read-Only
About SA Application

VideoAveragingCount Property


Description

Reads the number of video bandwidth sweeps that are averaged together. This readout is displayed on the SA setup page.

VB Syntax

value = sa.VideoAveragingCount

Variable

(Type) - Description

value

(Long)  Variable to store the returned averaging count.

sa

A SpectrumAnalyzer (object)

Return Type

Long

Default

N/A

Examples

value = sa.VideoAveragingCount 'Read

See an example program.

C++ Syntax

HRESULT get_VideoAveragingCount(long* count);

Interface

ISpectrumAnalyzer