RFmx EVDO DotNET

Table of Contents

RFmxEvdoMXModAccResults Class

  • Updated2024-07-17
  • 6 minute(s) read
RFmxEvdoMXModAccResults Class

RFmxEvdoMXModAccResults Class

Provides methods to fetch and read the ModAcc measurement results.

Inheritance Hierarchy

SystemObject
  RFmxEvdoMXSubObject
    NationalInstruments.RFmx.EvdoMXRFmxEvdoMXModAccResults

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 sealed class RFmxEvdoMXModAccResults : RFmxEvdoMXSubObject
Public NotInheritable Class RFmxEvdoMXModAccResults
	Inherits RFmxEvdoMXSubObject

The RFmxEvdoMXModAccResults type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFetchConstellationTrace
Returns the constellation trace of the EV-DO measurement.
Public methodFetchEvmTrace
Returns the EVM trace of the ModAcc measurement.
Public methodFetchIQImpairments
Returns the origin offset, gain imbalance, and quadrature error.
Public methodFetchMagnitudeErrorTrace
Returns the magnitude error trace for the modulation accuracy (ModAcc) measurement.
Public methodFetchPhaseErrorTrace
Returns the phase error trace of the ModAcc measurement.
Public methodFetchUplinkDetectedChannel
Returns the detected channel selected by the selector string.
Use "channel(n)" as the selector string to configure this method.
Public methodFetchUplinkDetectedChannelArray
Returns the array of detected channels in the EV-DO uplink.
Public methodFetchUplinkDetectedDataModulationType
Returns the modulation type of the uplink data channel.
Public methodFetchUplinkEvm
Returns the EVM and related values of the EV-DO uplink.
Public methodFetchUplinkNumberOfDetectedChannels
Returns the number of channels detected by the modulation accuracy (ModAcc) measurement.
Public methodFetchUplinkPeakActiveCde
Returns the peak value among the code domain errors of the active channels, along with the code number and the code length.
Public methodFetchUplinkPeakCde
Returns the maximum value among the code domain errors (CDEs), in dB.
The CDEs are calculated by projecting the descrambled error vector onto the code domain at a specific spreading factor.
The CDE for every code with a specific spreading factor is defined as the ratio of the mean power of the projection onto that code to the mean power of the composite reference waveform.
A fixed spreading factor of 16 is used.
The CDEs are calculated separately for I and Q branches.
Public methodGetChipRateError
Gets the chip rate error averaged over all measured slots. This value is expressed in parts per million (ppm).
Public methodGetFrequencyError
Gets the frequency error averaged over all measured slots. This value is expressed in Hz.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIQGainImbalance
Gets the I/Q gain imbalance of the composite signal, averaged over all measured slots. This value is expressed in dB.
Public methodGetIQOriginOffset
Gets the I/Q origin offset of the composite signal, averaged over all measured slots. This value is expressed in dB.
Public methodGetIQQuadratureError
Gets the I/Q quadrature error of the composite signal, averaged over all measured slots. This value is expressed indegrees.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUplinkDetectedBranch
Gets the quadrature branch of a particular detected channel. Use "channel(n)" as the selector string to read this method.
Public methodGetUplinkDetectedDataModulationType
Gets the modulation type of the uplink data channel.
Public methodGetUplinkDetectedWalshCodeLength
Gets the Walsh Code length of a detected channel. Use "channel(n)" as the selector string to read this method.
Public methodGetUplinkDetectedWalshCodeNumber
Gets the Walsh Code number of a detected channel. Use "channel(n)" as the selector string to read this method.
Public methodGetUplinkNumberOfDetectedChannels
Gets the total number of detected channels.
Public methodGetUplinkPeakActiveCde
Gets the peak code domain error (CDE) value among the active Walsh channels. This value is expressed in dB.
Public methodGetUplinkPeakActiveCdeBranch
Gets the quadrature branch of the channel corresponding to the Peak Active CDE (dB) result.
Public methodGetUplinkPeakActiveCdeWalshCodeLength
The Walsh code length of the active Walsh channel for which the peak CDE has been observed.
Public methodGetUplinkPeakActiveCdeWalshCodeNumber
Gets the Walsh code number of the channel corresponding to the ModAcc:Uplink:Peak Active CDE (dB) result.
Public methodGetUplinkPeakCde
Gets the peak uplink code domain error (CDE), expressed in dB.
Public methodGetUplinkPeakCdeBranch
Gets the branch of the channel corresponding to the Peak Active CDE (dB) method result.
Public methodGetUplinkPeakCdeWalshCodeNumber
Gets the Walsh code number of the channel corresponding to the ModAcc:Uplink:Peak CDE (db) result.
Public methodGetUplinkPeakEvm
Gets the peak value of the uplink error vector magnitude (EVM), averaged over all measured slots. This value isexpressed as a percentage.
Public methodGetUplinkRho
Gets the measured Rho value of the analyzed signal.
Public methodGetUplinkRmsEvm
Gets the RMS of the uplink error vector magnitude (EVM), averaged over all measured slots. Thisvalue is expressed as a percentage.
Public methodGetUplinkRmsMagnitudeError
Gets the RMS of the magnitude error. This value is expressed as a percentage.
Public methodGetUplinkRmsPhaseError
Gets the RMS of the phase error. This value is expressed in degrees.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

See Also

Log in to get a better experience