GetMaximumRmsEvm(string, out double)
- Updated2025-04-08
- 1 minute(s) read
Gets the maximum value of the RMS EVMs for a QPSK signal. This value is expressed as a percentage. This value is obtained over all averaging iterations. The number of acquisitions is specified by the value of the SetAveragingCount(string, int) method. The EVM of a chip is the magnitude of the vector difference between the received chip and the ideal chip. The RMS EVM is obtained from all the chips in the measurement interval.
Syntax
Namespace: NationalInstruments.RFmx.WcdmaMX
public int GetMaximumRmsEvm(string selectorString, out double value)
Remarks
This method gets the value of QevmResultsMaximumRmsEvm attribute.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the result name. |
value | out double | Upon return, contains the maximum value of the RMS EVMs for a QPSK signal. This value is expressed as a percentage. This value is obtained over all averaging iterations. The number of acquisitions is specified by the value of the SetAveragingCount(string, int) method. The EVM of a chip is the magnitude of the vector difference between the received chip and the ideal chip. The RMS EVM is obtained from all the chips in the measurement interval. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.