Gets the stream RMS EVM of pilot subcarriers in all OFDM symbols. This value is expressed as a percentage or in dB.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int GetStreamPilotRmsEvmMean(string selectorString, out double value)

Remarks

This method gets the value of OfdmModAccResultsStreamPilotRmsEvmMean attribute.

Parameters

NameTypeDescription
selectorStringstring

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.

valueout double

Upon return, contains the stream RMS EVM of pilot 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.