RFmxCdma2kMXCdaResults.FetchSymbolEvm Method
- Updated2024-07-17
- 2 minute(s) read
RFmx
Returns the modulation accuracy related measures for the configured measurement channel.
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 FetchSymbolEvm( 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 FetchSymbolEvm ( 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 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.
- rmsSymbolEvm Double
-
Upon return, contains the RMS symbol EVM of the configured measurement channel. This value is expressed as a percentage.
- peakSymbolEvm Double
-
Upon return, contains the peak symbol EVM of the configured measurement channel. This value is expressed as a percentage.
- rmsSymbolMagnitudeError Double
-
Upon return, contains the RMS symbol magnitude error of the configured measurement channel. This value is expressed as a percentage.
- rmsSymbolPhaseError Double
-
Upon return, contains the RMS symbol phase error of the configured measurement channel. This value is expressed in degrees.
- meanSymbolPower Double
-
Upon return, contains the mean symbol power of the configured measurement channel. This value is expressed in dB, when you set the SetPowerUnit(String, RFmxCdma2kMXCdaPowerUnit) method to dB, and in dBm, when you set the CDA Pwr Unit method to dBm.
- 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).
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.