GetStreamDataRmsEvmMean(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the stream RMS EVM of data subcarriers in all OFDM symbols. This value is expressed as a percentage or in dB.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetStreamDataRmsEvmMean(string selectorString, out double value)
Remarks
This method gets the value of OfdmModAccResultsStreamDataRmsEvmMean attribute.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the result name, Stream number and Segment number. Example: "Segment0", "result::r1/Segment0" or "result::r1/Segment0/Stream0". You can use the BuildStreamString(string, int) method to build the selector string. |
| value | out double | Upon return, contains the stream RMS EVM of data subcarriers in all OFDM symbols. This value is expressed as a percentage or in dB. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.