Write/Read |
About SA Application |
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. |
Return Type |
Double |
Default |
100 kHz |
Examples |
sa.VideoBW = 1e5 Write |
value = sa.VideoBW 'Read |
|
C++ Syntax |
HRESULT put_VideoBW(double freq); HRESULT get_VideoBW(double* freq); |
Interface |
ISpectrumAnalyzer |