Write/Read |
About SA Application |
Description |
Set and read the RBW / VBW ratio. |
VB Syntax |
sa.ResolutionBWVideoBWRatio = value |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Double) RBW / VBW ratio. |
Return Type |
Double |
Default |
1.0 |
Examples |
sa.ResolutionBWVideoBWRatio = 1 'Write |
value = sa.ResolutionBWVideoBWRatio 'Read |
|
C++ Syntax |
HRESULT put_ResolutionBWVideoBWRatio(double ratio); HRESULT get_ResolutionBWVideoBWRatio(double* ratio); |
Interface |
ISpectrumAnalyzer |