RFmx LTE DotNET

Table of Contents

RFmxLteMXChpResults Class

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

RFmxLteMXChpResults Class

Provides methods to fetch and read the CHP measurement results.

Inheritance Hierarchy

SystemObject
  RFmxLteMXSubObject
    NationalInstruments.RFmx.LteMXRFmxLteMXChpResults

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 RFmxLteMXChpResults : RFmxLteMXSubObject
Public NotInheritable Class RFmxLteMXChpResults
	Inherits RFmxLteMXSubObject

The RFmxLteMXChpResults type exposes the following members.

Properties

  NameDescription
Public propertyComponentCarrier
Gets the RFmxLteMXChpComponentCarrierResults instance that provides methods to fetch and read the CHP Component Carrier results.
Top

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFetchSpectrum
Fetches the spectrum used for CHP measurements.
Public methodFetchSubblockMeasurement
Returns the power, integration bandwidth and center frequency of the subblock.
Use "subblock(n)" as the selector string to read results from this method.
Public methodFetchTotalAggregatedPower
Fetches the sum of powers in all the subblocks.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSubblockFrequency
Gets the absolute center frequency of the subblock. This value is the center of the subblock integration bandwidth. Integration bandwidth is the span from left edge of the leftmost carrier to the right edge of the rightmost carrier within the subblock. This value is expressed in Hz. Use "subblock(n)" as the selector string to read this result.
Public methodGetSubblockIntegrationBandwidth
Gets the integration bandwidth used in calculating the power of the subblock. Integration bandwidth is the span from left edge of the leftmost carrier to the right edge of the rightmost carrier within the subblock. This value is expressed in Hz. Use "subblock(n)" as the selector string to read this result.
Public methodGetSubblockPower
Gets the sum of total power of all the frequency bins over the integration bandwidth of the subblock. This value includes the power in inter-carrier gaps within a subblock. This value is expressed in dBm. Use "subblock(n)" as the selector string to read this result.
Public methodGetTotalAggregatedPower
Gets the total power of all the subblocks. This value is expressed in dBm. The power in each subblock is the sum of powers of all the frequency bins over the integration bandwidth of the subblocks. This value includes the power in the inter-carrier gaps within a subblock, but it does not include the power within the subblock gaps.
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