Read-Only |
About SA Application |
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 |
C++ Syntax |
HRESULT get_VideoAveragingCount(long* count); |
Interface |
ISpectrumAnalyzer |