RFmxEvdoMXAcpResults Class
- Updated2025-10-13
- 2 minute(s) read
Provides methods to fetch and read the ACP measurement results.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public class RFmxEvdoMXAcpResults : RFmxEvdoMXSubObject
Methods
| Name | Description |
|---|---|
| FetchAbsolutePowersTrace(string, double, int, ref Spectrum< float >) | Fetches the absolute powers trace for the adjacent channel power (ACP) measurement. |
| FetchCarrierMeasurement(string, double, out double, out double) | Returns the absolute and relative powers measured in the carriers. The relative powers are measured relative to the integrated power of the power reference carrier. Use "carrier(n)" as the selector string to read results from this method. |
| FetchCarrierMeasurementArray(string, double, ref double[], ref double[]) | Returns the absolute and relative powers measured in the carrier channels. The relative powers are measured relative to the integrated power of the power reference carrier. |
| FetchOffsetMeasurement(string, double, out double, out double, out double, out double) | Returns the absolute and relative powers measured in the offset channel. The relative powers are measured relative to the integrated power of the power reference carrier. Use "offset(n)" as the selector string to read results from this method. |
| FetchOffsetMeasurementArray(string, double, ref double[], ref double[], ref double[], ref double[]) | Returns the absolute and relative powers measured in the offset channel. The relative powers are measured relative to the integrated power of the power reference carrier. |
| FetchRelativePowersTrace(string, double, int, ref Spectrum< float >) | Fetches the relative powers trace for the adjacent channel power (ACP) measurement. |
| FetchSpectrum(string, double, ref Spectrum< float >) | Fetches the spectrum used for the adjacent channel power (ACP) measurement. |
| FetchTotalCarrierPower(string, double, out double) | Fetches the total carrier power measured by the adjacent channel power (ACP) measurement. |
| GetCarrierAbsolutePower(string, out double) | Gets the absolute measured carrier power. This value is expressed in dBm. Use "carrier<em>(n)</em>" as the selector string to read this method. |
| GetCarrierRelativePower(string, out double) | Gets the relative measured carrier power. This value is expressed in dB. Use "carrier<em>(n)</em>" as the selector string to read this method. |
| GetLowerOffsetAbsolutePower(string, out double) | Gets the absolute measured lower offset channel power. This value is expressed in dBm. Use "offset<em>(n)</em>" as the selector string to read this method. |
| GetLowerOffsetRelativePower(string, out double) | Gets the lower offset channel power measured relative to the integrated power of the power reference carrier. This value is expressed in dB. Use "offset<em>(n)</em>" as the selector string to read this method. |
| GetTotalCarrierPower(string, out double) | Gets the total carrier power measured by the adjacent channel power (ACP) measurement. This value is expressed in dBm. |
| GetUpperOffsetAbsolutePower(string, out double) | Gets the absolute measured upper offset channel power. This value is expressed in dBm. Use "offset<em>(n)</em>" as the selector string to read this method. |
| GetUpperOffsetRelativePower(string, out double) | Gets the upper offset channel power measured relative to the integrated power of the power reference carrier. This value is expressed in dB. Use "offset<em>(n)</em>" as the selector string to read this method. |