RFmxLteMXAcpResults Methods
- Updated2024-07-17
- 5 minute(s) read
RFmxLteMXAcpResults Methods
The RFmxLteMXAcpResults type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | FetchAbsolutePowersTrace |
Fetches the absolute powers trace. |
![]() | FetchOffsetMeasurement |
Returns the absolute and relative power of the lower and upper offset channel. The relative power is relative to subblock power. Use "offset(n)" or "subblock(n)/offset(n)" as the selector string to read results from this method. Refer to the LTE Uplink Adjacent Channel Power and LTE Downlink Adjacent Channel Power topics for more information. |
![]() | FetchOffsetMeasurementArray |
Returns an array of absolute and relative powers of the lower and upper offset channels. The relative power is relative to subblock power. The order of the offsets in the result array is universal terrestrial radio access (UTRA) (1, 2, ...m) and evolved universal terrestrial radio access (E-UTRA) (1, ..., n), where m and n are the number of UTRA offsets and the number of EUTRA offsets respectively.
Use "subblock(n)" as the selector string to read results from this method. Refer to the LTE Uplink Adjacent Channel Power and LTE Downlink Adjacent Channel Power topics for more information |
![]() | FetchRelativePowersTrace |
Fetches the relative powers trace for ACP measurement. |
![]() | FetchSpectrum |
Fetches the spectrum used for the ACP measurement. |
![]() | 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.) |
![]() | GetLowerOffsetAbsolutePower |
Gets the lower (negative) offset channel power. For the intra-band non-contiguous type of carrier aggregation, if this offset is not applicable, a NaN is returned. The carrier power is reported in dBm when you set the RFmxLteMXAcpPowerUnits method to dBm, and in dBm/Hz when you set the RFmxLteMXAcpPowerUnits method to dBm/Hz. Refer to the 3GPP TS 36.521 specification for more information about the applicability of an offset channel. Use "offset(k)" or "subblock(n)/offset(k)" as the selector string to read this result.
|
![]() | GetLowerOffsetRelativePower |
Gets the power in lower (negative) offset channel relative to the total aggregated power. This value is expressed in dB. For the intra-band non-contiguous type of carrier aggregation, if this offset is not applicable, a NaN is returned. Refer to the 3GPP TS 36.521 specification for more information about the applicability of the offset channel. Use "offset(k)" or "subblock(n)/offset(k)" as the selector string to read this result.
|
![]() | GetSubblockCenterFrequency |
Gets the absolute center frequency of the subblock, which is the center of the subblock integration bandwidth. This value is expressed in Hz. Integration bandwidth is the span from the left edge of the leftmost carrier to the right edge of the rightmost carrier within the subblock.
|
![]() | GetSubblockIntegrationBandwidth |
Gets the integration bandwidth used in calculating the power of the subblock. This value is expressed in Hz. Integration bandwidth is the span from left edge of the leftmost carrier to the right edge of the rightmost carrier within the subblock. Use "subblock(n)" as the selector string to read this result.
|
![]() | GetSubblockPower |
Gets the sum of powers of all the frequency bins over the integration bandwidth of the subblock. Use "subblock(n)" as the selector string to read this result.
|
![]() | GetTotalAggregatedPower |
Gets the total power of all the frequency bins over the integration bandwidths of all subblocks. The total power includes the power in the inter-carrier gaps within a subblock, but it does not include the power in the subblock gaps.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUpperOffsetAbsolutePower |
Gets the upper (positive) offset channel power. For the intra-band non-contiguous type of carrier aggregation, if this offset is not applicable, the method returns a NaN. The offset power is reported in dBm when you set the RFmxLteMXAcpPowerUnits method to dBm, and in dBm/Hz when you set the RFmxLteMXAcpPowerUnits method to dBm/Hz. Refer to the 3GPP TS 36.521 specification for more information about the applicability of offset channel. Use "offset(k)" or "subblock(n)/offset(k)" as the selector string to read this result.
|
![]() | GetUpperOffsetRelativePower |
Gets the power in the upper (positive) offset channel relative to the total aggregated power. This value is expressed in dB. For the intra-band non-contiguous type of carrier aggregation, if this offset is not applicable, a NaN is returned. Refer to the 3GPP TS 36.521 specification for more information about the applicability of the offset channel. Use "offset(k)" or "subblock(n)/offset(k)" as the selector string to read this result.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |