Gets the mean value of RMS EVMs calculated on all QPSK modulated NPDSCH subframes/slots specified by the ModAccMeasurementLength method.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int GetNpdschMeanRmsQpskEvm(string selectorString, out double value)

Remarks

This method gets the value of ModAccResultsNpdschMeanRmsQpskEvm attribute.

Parameters

NameTypeDescription
selectorStringstring

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.

valueout double

Upon return, contains the mean value of RMS EVMs calculated on all QPSK modulated NPDSCH subframes/slots specified by the ModAccMeasurementLength method.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.