| Write/Read | About SA Application | 
| Description | Set and read the maximum resolution bandwidth. | 
| VB Syntax | sa.ResolutionBWMax = value | 
| Variable | (Type) - Description | 
| sa | A SpectrumAnalyzer (object) | 
| Return Type | Double | 
| Examples | sa.ResolutionBWMax 'Write | 
| value = sa.ResolutionBWMax 'Read | |
| C++ Syntax | HRESULT put_ResolutionBWMax(tagNASAResolutionBWMax maxbw); HRESULT get_ResolutionBWMax(tagNASAResolutionBWMax* maxbw); | 
| Interface | ISpectrumAnalyzer |