GetUplinkTotalActivePower(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the sum of the powers of all active code channels. 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 GetUplinkTotalActivePower(string selectorString, out double value)
Remarks
This method gets the value of CdaResultsUplinkTotalActivePower attribute.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the result name. |
| value | out double | Upon return, contains the sum of the powers of all active code channels. 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.