| Write/Read | About Spectrum Analyzer Markers | 
| Description | Set and return the percentage of the band power to search for. | 
| VB Syntax | mkr.OccupiedBandPercent = value | 
| Variable | (Type) - Description | 
| mkr | A Marker (object) | 
| Return Type | Double | 
| Default | 99.0 | 
| Examples | mkr.OccupiedBandPercent = 99 'Write | 
| value = mkr.OccupiedBandPercent 'Read | |
| C++ Syntax | HRESULT put_OccupiedBandPercent(double pVal); HRESULT get_OccupiedBandPercent(double* pVal); | 
| Interface | IMarker7 |