GetUplinkQPeakInactivePower(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the largest measured code power among the set of inactive channels on the Q-branch, and in the code domain of the base spreading factor. This value is expressed in dB or dBm.The base spreading factor depends on the configured physical layer subtype, and is 16 for subtype 0/1, and 32 otherwise.
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public int GetUplinkQPeakInactivePower(string selectorString, out double value)
Remarks
This method gets the value of CdaResultsUplinkQPeakInactivePower attribute.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the result name. |
| value | out double | Upon return, contains the largest measured code power among the set of inactive channels on the Q-branch, and in the code domain of the base spreading factor. This value is expressed in dB or dBm.The base spreading factor depends on the configured physical layer subtype, and is 16 for subtype 0/1, and 32 otherwise. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.