Read-Only |
About SA Application |
Description |
Read the list of all Resolution Bandwidth values currently supported with spectrum analyzer current settings. |
VB Syntax |
sa.ResBWList = value |
Variable |
(Type) - Description |
sa. |
A SpectrumAnalyzer (object) |
value |
(Variant) Variable to store the returned Resolution Bandwidth values. |
Return Type |
Variant array |
Default |
N/A |
Examples |
value = sa.ResBWList 'Read |
C++ Syntax |
HRESULT get_ResBWList(VARIANT* resolution); |
Interface |
ISpectrumAnalyzer5 |