GetIMeanActivePower(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the average power of all active code channels measured on the I-branch. If you set the SetPowerUnit(string, RFmxCdma2kMXCdaPowerUnit) method to dBm, this measurement returns the absolute measured power; otherwise, this measurement returns a value relative to the CDA Result Total Power method.
Syntax
Namespace: NationalInstruments.RFmx.Cdma2kMX
public int GetIMeanActivePower(string selectorString, out double value)
Remarks
This method gets the value of CdaResultsIMeanActivePower 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 I-branch. If you set the SetPowerUnit(string, RFmxCdma2kMXCdaPowerUnit) method to dBm, this measurement returns the absolute measured power; otherwise, this measurement returns a value relative to the CDA Result Total Power method. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.