Returns the EVM and related values of the EV-DO uplink.

Syntax

Namespace: NationalInstruments.RFmx.EvdoMX

public int FetchUplinkEvm(string selectorString, double timeout, out double uplinkRmsEvm, out double uplinkPeakEvm, out double uplinkRho, out double frequencyError, out double chipRateError, out double uplinkRmsMagnitudeError, out double uplinkRmsPhaseError)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the result name. If you do not specify the result name, the default result instance is used.

timeoutdouble

Specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the method waits until the measurement is complete.

uplinkRmsEvmout double

Upon return, contains the RMS of the EVM, as a percentage.

uplinkPeakEvmout double

Upon return, contains the peak value of the uplink EVM, as a percentage.

uplinkRhoout double

Upon return, contains the Rho value.

frequencyErrorout double

Upon return, contains the detected frequency error in Hz.

chipRateErrorout double

Upon return, contains the chip rate error in parts per million (ppm).

uplinkRmsMagnitudeErrorout double

Upon return, contains the RMS of the magnitude error, as a percentage.

uplinkRmsPhaseErrorout double

Upon return, contains the RMS of the phase error in degrees.

Returns

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