RFmxEvdoMXChpResults Class
- Updated2025-04-08
- 1 minute(s) read
Provides methods to fetch and read the CHP measurement results.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public class RFmxEvdoMXChpResults : RFmxEvdoMXSubObject
Methods
Name | Description |
---|---|
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 array of carrier measurements of the channel power (CHP) measurement. |
FetchSpectrum(string, double, ref Spectrum< float >) | Fetches the spectrum used for the channel power (CHP) measurement. |
FetchTotalCarrierPower(string, double, out double) | Fetches the total carrier power measured by the channel power (CHP) measurement. |
GetCarrierAbsolutePower(string, out double) | Gets the absolute averaged channel power (CHP) for a specific carrier. 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 averaged channel power (CHP) for a specific carrier. This value is expressed in dB. Use "carrier<em>(n)</em>" as the selector string to read this method. |
GetTotalCarrierPower(string, out double) | Gets the sum of all the active carrier powers. This value is expressed in dBm. |