RFmx LTE DotNET

Table of Contents

RFmxLteMXAcpResults Methods

  • Updated2024-07-17
  • 5 minute(s) read
RFmxLteMXAcpResults Methods

RFmxLteMXAcpResults Methods

The RFmxLteMXAcpResults type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFetchAbsolutePowersTrace
Fetches the absolute powers trace.
Public methodFetchOffsetMeasurement
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.
Public methodFetchOffsetMeasurementArray
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
Public methodFetchRelativePowersTrace
Fetches the relative powers trace for ACP measurement.
Public methodFetchSpectrum
Fetches the spectrum used for the ACP measurement.
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 methodGetLowerOffsetAbsolutePower
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.
Public methodGetLowerOffsetRelativePower
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.
Public methodGetSubblockCenterFrequency
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.
Public methodGetSubblockIntegrationBandwidth
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.
Public methodGetSubblockPower
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.
Public methodGetTotalAggregatedPower
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.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUpperOffsetAbsolutePower
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.
Public methodGetUpperOffsetRelativePower
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

See Also

Log in to get a better experience