Gets the maximum power among all the 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 GetUplinkPeakActivePower(string selectorString, out double value)

Remarks

This method gets the value of CdaResultsUplinkPeakActivePower 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 maximum power among all the 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.