RFmxCdma2kMXObwResults Class
- Updated2025-10-13
- 1 minute(s) read
Provides methods to fetch and read the OBW measurement results.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.Cdma2kMX
public class RFmxCdma2kMXObwResults : RFmxCdma2kMXSubObject
Methods
| Name | Description |
|---|---|
| FetchMeasurement(string, double, out double, out double, out double, out double) | Returns the OBW measurement. |
| FetchSpectrum(string, double, ref Spectrum< float >) | Fetches the spectrum trace used for the OBW measurement. |
| GetAbsolutePower(string, out double) | Gets the absolute power measured in the OBW. This value is expressed in dBm. |
| GetOccupiedBandwidth(string, out double) | Gets the bandwidth that occupies 99% of the total signal power. This value is expressed in Hz. |
| GetStartFrequency(string, out double) | Gets the start frequency of the OBW. This value is expressed in Hz. |
| GetStopFrequency(string, out double) | Gets the stop frequency of the OBW. This value is expressed in Hz. |