GetUplinkQMeanActivePower(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the average power of all active code channels measured on the Q-branch. If you set the CDA Power Unit method to dBm, the measurement returns the absolute measured power in dBm. Otherwise, the measurement returns the value relative to the total power in dB.
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public int GetUplinkQMeanActivePower(string selectorString, out double value)
Remarks
This method gets the value of CdaResultsUplinkQMeanActivePower attribute.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the result name. |
| value | out double | Upon return, contains the average power of all active code channels measured on the Q-branch. If you set the CDA Power Unit method to dBm, the measurement returns the absolute measured power in dBm. Otherwise, the measurement returns the value relative to the total power in dB. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.