RFmxCdma2kMXAcpResults Class
- Updated2025-10-13
- 2 minute(s) read
Provides methods to fetch and read the ACP measurement results.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.Cdma2kMX
public class RFmxCdma2kMXAcpResults : RFmxCdma2kMXSubObject
Methods
| Name | Description |
|---|---|
| FetchAbsolutePowersTrace(string, double, int, ref Spectrum< float >) | Fetches the absolute powers trace for the ACP measurement. |
| FetchCarrierAbsolutePower(string, double, out double) | Returns the absolute carrier power. |
| FetchOffsetMeasurement(string, double, out double, out double, out double, out double) | Returns the absolute and relative powers measured in the specified offset channel. The relative powers are measured relative to the carrier absolute power. |
| 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 carrier absolute power. |
| FetchRelativePowersTrace(string, double, int, ref Spectrum< float >) | Fetches the relative powers trace for the ACP measurement. |
| FetchSpectrum(string, double, ref Spectrum< float >) | Fetches the spectrum used for the ACP measurement. |
| GetCarrierAbsolutePower(string, out double) | Gets the absolute measured carrier power. This value is expressed in dBm. |
| GetLowerOffsetAbsolutePower(string, out double) | Gets the absolute measured lower offset channel power. This value is expressed in dBm.Use "offset(n)" as the Selector Strings to read this result. |
| GetLowerOffsetRelativePower(string, out double) | Gets the lower offset channel power measured relative to the carrier absolute integrated power. This value is expressed in dB.Use "offset(n)" as the Selector Strings to read this result. |
| GetUpperOffsetAbsolutePower(string, out double) | Gets the absolute measured upper offset channel power. This value is expressed in dBm.Use "offset(n)" as the Selector Strings to read this result. |
| GetUpperOffsetRelativePower(string, out double) | Gets the upper offset channel power measured relative to the carrier absolute integrated power. This value is expressed in dB.Use "offset(n)" as the Selector Strings to read this result. |