RFmx LTE DotNET

Table of Contents

RFmxLteMXObwResults Class

  • Updated2024-07-17
  • 3 minute(s) read
RFmxLteMXObwResults Class

RFmxLteMXObwResults Class

Provides methods to fetch and read the OBW measurement results.

Inheritance Hierarchy

SystemObject
  RFmxLteMXSubObject
    NationalInstruments.RFmx.LteMXRFmxLteMXObwResults

Namespace:  NationalInstruments.RFmx.LteMX
Assembly:  NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public sealed class RFmxLteMXObwResults : RFmxLteMXSubObject
Public NotInheritable Class RFmxLteMXObwResults
	Inherits RFmxLteMXSubObject

The RFmxLteMXObwResults type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFetchMeasurement
Returns the occupied bandwidth, absolute power, start frequency, and stop frequency of a component carrier or subblock.
Use "subblock(n)" as the selector string to read results from this method.
Refer to the LTE Occupied Bandwidth topic for more information about OBW measurements.
Public methodFetchSpectrum
Fetches the spectrum used for OBW measurements.
Public methodGetAbsolutePower
Gets the total power measured in the carrier/subblock. This value is expressed in dBm. Use "subblock(n)" as the selector string to read this result.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOccupiedBandwidth
Gets the bandwidth that occupies 99 percentage of the total power of the signal within a carrier/subblock. This value is expressed in Hz. Use "subblock(n)" as the selector string to read this result.
Public methodGetStartFrequency
Gets the start frequency of the carrier/subblock. This value is expressed in Hz. The occupied bandwidth is calculated using the following equation:Stop frequency - Start frequency = Occupied bandwidthUse "subblock(n)" as the selector string to read this result.
Public methodGetStopFrequency
Gets the stop frequency of the carrier/subblock. This value is expressed in Hz. Occupied bandwidth is calculated using the following equation:Occupied bandwidth = Stop frequency - Start frequencyUse "subblock(n)" as the selector string to read this result.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

See Also

Log in to get a better experience