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

NameTypeDescription
selectorStringstring

Specifies the result name.
Example: ""
"result::r1"
You can use the BuildResultString(string) method to build the selectorString.

valueout 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.