GetUserStreamRmsEvmMean(string, out double)
- Updated2025-04-08
- 1 minute(s) read
Gets the RMS EVM of all subcarriers in all OFDM symbols for the specified user. This value is expressed as a percentage or in dB.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetUserStreamRmsEvmMean(string selectorString, out double value)
Remarks
This method gets the value of OfdmModAccResultsUserStreamRmsEvmMean attribute.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the result name, Stream number and User number. Example: "User0", "result::r1/User0" or "result::r1/User0/Stream0". You can use the BuildStreamString(string, int) method to build the selector string. |
value | out double | Upon return, contains the RMS EVM of all subcarriers in all OFDM symbols for the specified user. 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.