RFmxLteMXChpResults Class
- Updated2024-07-17
- 3 minute(s) read
RFmxLteMXChpResults Class
Provides methods to fetch and read the CHP measurement results.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() | ComponentCarrier |
Gets the RFmxLteMXChpComponentCarrierResults instance that provides methods to fetch and read the CHP Component Carrier results.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | FetchSpectrum |
Fetches the spectrum used for CHP measurements. |
![]() | FetchSubblockMeasurement |
Returns the power, integration bandwidth and center frequency of the subblock. Use "subblock(n)" as the selector string to read results from this method. |
![]() | FetchTotalAggregatedPower |
Fetches the sum of powers in all the subblocks. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetSubblockFrequency |
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.
|
![]() | GetSubblockIntegrationBandwidth |
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.
|
![]() | GetSubblockPower |
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.
|
![]() | GetTotalAggregatedPower |
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.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |