Gets the maximum measured code power among the set of inactive channels on the I-branch and in the code domain of the base spreading factor. 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 GetIPeakInactivePower(string selectorString, out double value)

Remarks

This method gets the value of CdaResultsIPeakInactivePower 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 measured code power among the set of inactive channels on the I-branch and in the code domain of the base spreading factor. 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.