RFmxEvdoMXObwResults Class
- Updated2025-04-08
- 1 minute(s) read
Provides methods to fetch and read the OBW measurement results.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public class RFmxEvdoMXObwResults : RFmxEvdoMXSubObject
Methods
Name | Description |
---|---|
FetchMeasurement(string, double, out double, out double, out double, out double) | Returns the occupied bandwidth (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 occupied bandwidth (OBW). This value is expressed in dBm. |
GetOccupiedBandwidth(string, out double) | Gets the bandwidth that occupies 99 percent of the total power of the signal. This value is expressed in Hz. |
GetStartFrequency(string, out double) | Gets the start frequency of the occupied bandwidth (OBW). This value is expressed in Hz. |
GetStopFrequency(string, out double) | Gets the stop frequency of the occupied bandwidth (OBW). This value is expressed in Hz. |