RFmxCdma2kMXModAccResults.FetchEvm Method
- Updated2024-07-17
- 2 minute(s) read
RFmx
Returns the EVM value and related measurement values of the modulation accuracy (ModAcc) of the CDMA2k signal.
Namespace: NationalInstruments.RFmx.Cdma2kMX
Assembly: NationalInstruments.RFmx.Cdma2kMX.Fx40 (in NationalInstruments.RFmx.Cdma2kMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int FetchEvm( string selectorString, double timeout, out double rmsEvm, out double peakEvm, out double rho, out double frequencyError, out double chipRateError, out double rmsMagnitudeError, out double rmsPhaseError )
Public Function FetchEvm ( selectorString As String, timeout As Double, <OutAttribute> ByRef rmsEvm As Double, <OutAttribute> ByRef peakEvm As Double, <OutAttribute> ByRef rho As Double, <OutAttribute> ByRef frequencyError As Double, <OutAttribute> ByRef chipRateError As Double, <OutAttribute> ByRef rmsMagnitudeError As Double, <OutAttribute> ByRef rmsPhaseError As Double ) As Integer
Parameters
- selectorString String
- Specifies a selector string comprising of the result name. If you do not specify the result name, the default result instance is used.
- timeout Double
- 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.
- rmsEvm Double
-
Upon return, contains the RMS EVM of the composite signal. This value is expressed as a percentage.
- peakEvm Double
-
Upon return, contains the peak value of the uplink EVM. This value is expressed as a percentage.
- rho Double
-
Upon return, contains the correlation of the received signal with the reference signal normalized by the signal power.
- frequencyError Double
-
Upon return, contains the frequency error. This value is expressed in Hz.
- chipRateError Double
-
Upon return, contains the chip rate error. This value is expressed in parts per million (ppm).
- rmsMagnitudeError Double
-
Upon return, contains the RMS magnitude error of the composite signal. This value is expressed as a percentage.
- rmsPhaseError Double
-
Upon return, contains the RMS phase error of the composite signal. This value is expressed in degrees (deg).
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.