RFmx EVDO DotNET

Table of Contents

RFmxEvdoMXCdaResults.FetchUplinkSymbolEvm Method

  • Updated2024-07-17
  • 2 minute(s) read
RFmxEvdoMXCdaResults.FetchUplinkSymbolEvm Method

RFmxEvdoMXCdaResultsFetchUplinkSymbolEvm Method

Fetches the modulation accuracy related measures for the configured measurement channel.

Namespace:  NationalInstruments.RFmx.EvdoMX
Assembly:  NationalInstruments.RFmx.EvdoMX.Fx40 (in NationalInstruments.RFmx.EvdoMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public int FetchUplinkSymbolEvm(
	string selectorString,
	double timeout,
	out double rmsSymbolEvm,
	out double peakSymbolEvm,
	out double rmsSymbolMagnitudeError,
	out double rmsSymbolPhaseError,
	out double meanSymbolPower,
	out double frequencyError,
	out double chipRateError
)
Public Function FetchUplinkSymbolEvm ( 
	selectorString As String,
	timeout As Double,
	<OutAttribute> ByRef rmsSymbolEvm As Double,
	<OutAttribute> ByRef peakSymbolEvm As Double,
	<OutAttribute> ByRef rmsSymbolMagnitudeError As Double,
	<OutAttribute> ByRef rmsSymbolPhaseError As Double,
	<OutAttribute> ByRef meanSymbolPower As Double,
	<OutAttribute> ByRef frequencyError As Double,
	<OutAttribute> ByRef chipRateError As Double
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
timeout
Type: SystemDouble
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.
rmsSymbolEvm
Type: SystemDouble
Upon return, contains the RMS ymbol EVM of the configured measurement channel. This value is expressed as a percentage.
peakSymbolEvm
Type: SystemDouble
Upon return, contains the peak symbol EVM of the configured measurement channel. This value is expressed as a percentage.
rmsSymbolMagnitudeError
Type: SystemDouble
Upon return, contains the RMS symbol magnitude error of the configured measurement channel. This value is expressed as a percentage.
rmsSymbolPhaseError
Type: SystemDouble
Upon return, contains the RMS symbol phase error of the configured measurement channel. This value is expressed in degrees.
meanSymbolPower
Type: SystemDouble
Upon return, contains the mean symbol power of the configured measurement channel. This value is expressed in dB or dBm.
frequencyError
Type: SystemDouble
Upon return, contains the frequency error. This value is expressed in Hz.
chipRateError
Type: SystemDouble
Upon return, contains the chip rate error. This value is expressed in ppm.

Return Value

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

See Also

Log in to get a better experience