GetPssRmsEvmMean(string, out double)
- Updated2025-04-08
- 1 minute(s) read
Gets the mean value of RMS EVMs computed over measurement length on PSS symbols. When you set the SetEvmUnit(string, RFmxNRMXModAccEvmUnit) method to Percentage, the measurement returns this result as a percentage. When you set the ModAcc EVM Unit method to dB, the measurement returns this result in dB.
Syntax
Namespace: NationalInstruments.RFmx.NRMX
public int GetPssRmsEvmMean(string selectorString, out double value)
Remarks
This method gets the value of ModAccResultsPssRmsEvmMean attribute.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the result name, Carrier number and Subblock number. Example: "Subblock0", "result::r1/Subblock0" or "result::r1/Subblock0/Carrier0". You can use the BuildCarrierString(string, int) method to build the selector string. |
value | out double | Upon return, contains the mean value of RMS EVMs computed over measurement length on PSS symbols. When you set the SetEvmUnit(string, RFmxNRMXModAccEvmUnit) method to Percentage, the measurement returns this result as a percentage. When you set the ModAcc EVM Unit method to dB, the measurement returns this result in dB. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.