GetRho(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the correlation of the received signal with the reference signal normalized by the signal power. The value of Rho is between 0 and 1.0, inclusive. A value of 1.0 indicates that the received signal and the reference signal are perfectly correlated.
Syntax
Namespace: NationalInstruments.RFmx.Cdma2kMX
public int GetRho(string selectorString, out double value)
Remarks
This method gets the value of ModAccResultsRho attribute.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the result name. |
| value | out double | Upon return, contains the correlation of the received signal with the reference signal normalized by the signal power. The value of Rho is between 0 and 1.0, inclusive. A value of 1.0 indicates that the received signal and the reference signal are perfectly correlated. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.