RFmxSpecAnMXObwResults Class
- Updated2024-07-17
- 3 minute(s) read
RFmx
Provides methods to fetch and read the occupied bandwidth (OBW) measurement results.
Inheritance Hierarchy
Namespace: NationalInstruments.RFmx.SpecAnMX
Assembly: NationalInstruments.RFmx.SpecAnMX.Fx40 (in NationalInstruments.RFmx.SpecAnMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public sealed class RFmxSpecAnMXObwResults : RFmxSpecAnMXSubObject
Public NotInheritable Class RFmxSpecAnMXObwResults Inherits RFmxSpecAnMXSubObject
The RFmxSpecAnMXObwResults type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | |
| FetchMeasurement | Fetches the occupied bandwidth (OBW) measurement results. | |
| FetchSpectrumTrace | Fetches the spectrum trace used for the occupied bandwidth (OBW) measurement. | |
| GetAveragePower | Gets the total power, in dBm, measured in the averaged spectrum acquired by the occupied bandwidth (OBW) measurement. | |
| GetFrequencyResolution | Gets the frequency resolution, in hertz (Hz), of the spectrum acquired by the occupied bandwidth (OBW) measurement. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | |
| GetOccupiedBandwidth | Gets the bandwidth, in hertz (Hz), that occupies the percentage of the total power of the signal that you specify in the SetRbwFilterBandwidth(String, Double) method. | |
| GetStartFrequency | Gets the start frequency, in hertz (Hz), of the occupied bandwidth (OBW). | |
| GetStopFrequency | Gets the stop frequency, in hertz (Hz), of the occupied bandwidth (OBW). | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Read | Configures hardware for acquisition, performs measurement on acquired data, and returns occupied bandwidth (OBW) measurement results. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
Remarks
For more information about RFmx SpecAn, refer to the RFmx SpecAn Help.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.