RFmxEvdoMXModAccResults Class
- Updated2024-07-17
- 6 minute(s) read
RFmxEvdoMXModAccResults Class
Provides methods to fetch and read the ModAcc measurement results.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | FetchConstellationTrace |
Returns the constellation trace of the EV-DO measurement. |
![]() | FetchEvmTrace |
Returns the EVM trace of the ModAcc measurement. |
![]() | FetchIQImpairments |
Returns the origin offset, gain imbalance, and quadrature error. |
![]() | FetchMagnitudeErrorTrace |
Returns the magnitude error trace for the modulation accuracy (ModAcc) measurement. |
![]() | FetchPhaseErrorTrace |
Returns the phase error trace of the ModAcc measurement. |
![]() | FetchUplinkDetectedChannel |
Returns the detected channel selected by the selector string. Use "channel(n)" as the selector string to configure this method. |
![]() | FetchUplinkDetectedChannelArray |
Returns the array of detected channels in the EV-DO uplink. |
![]() | FetchUplinkDetectedDataModulationType |
Returns the modulation type of the uplink data channel. |
![]() | FetchUplinkEvm |
Returns the EVM and related values of the EV-DO uplink. |
![]() | FetchUplinkNumberOfDetectedChannels |
Returns the number of channels detected by the modulation accuracy (ModAcc) measurement. |
![]() | FetchUplinkPeakActiveCde |
Returns the peak value among the code domain errors of the active channels, along with the code number and the code length. |
![]() | FetchUplinkPeakCde |
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. |
![]() | GetChipRateError |
Gets the chip rate error averaged over all measured slots. This value is expressed in parts per million (ppm).
|
![]() | GetFrequencyError |
Gets the frequency error averaged over all measured slots. This value is expressed in Hz.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetIQGainImbalance |
Gets the I/Q gain imbalance of the composite signal, averaged over all measured slots. This value is expressed in dB.
|
![]() | GetIQOriginOffset |
Gets the I/Q origin offset of the composite signal, averaged over all measured slots. This value is expressed in dB.
|
![]() | GetIQQuadratureError |
Gets the I/Q quadrature error of the composite signal, averaged over all measured slots. This value is expressed indegrees.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUplinkDetectedBranch |
Gets the quadrature branch of a particular detected channel. Use "channel(n)" as the selector string to read this method.
|
![]() | GetUplinkDetectedDataModulationType |
Gets the modulation type of the uplink data channel.
|
![]() | GetUplinkDetectedWalshCodeLength |
Gets the Walsh Code length of a detected channel. Use "channel(n)" as the selector string to read this method.
|
![]() | GetUplinkDetectedWalshCodeNumber |
Gets the Walsh Code number of a detected channel. Use "channel(n)" as the selector string to read this method.
|
![]() | GetUplinkNumberOfDetectedChannels |
Gets the total number of detected channels.
|
![]() | GetUplinkPeakActiveCde |
Gets the peak code domain error (CDE) value among the active Walsh channels. This value is expressed in dB.
|
![]() | GetUplinkPeakActiveCdeBranch |
Gets the quadrature branch of the channel corresponding to the Peak Active CDE (dB) result.
|
![]() | GetUplinkPeakActiveCdeWalshCodeLength |
The Walsh code length of the active Walsh channel for which the peak CDE has been observed.
|
![]() | GetUplinkPeakActiveCdeWalshCodeNumber |
Gets the Walsh code number of the channel corresponding to the ModAcc:Uplink:Peak Active CDE (dB) result.
|
![]() | GetUplinkPeakCde |
Gets the peak uplink code domain error (CDE), expressed in dB.
|
![]() | GetUplinkPeakCdeBranch |
Gets the branch of the channel corresponding to the Peak Active CDE (dB) method result.
|
![]() | GetUplinkPeakCdeWalshCodeNumber |
Gets the Walsh code number of the channel corresponding to the ModAcc:Uplink:Peak CDE (db) result.
|
![]() | GetUplinkPeakEvm |
Gets the peak value of the uplink error vector magnitude (EVM), averaged over all measured slots. This value isexpressed as a percentage.
|
![]() | GetUplinkRho |
Gets the measured Rho value of the analyzed signal.
|
![]() | GetUplinkRmsEvm |
Gets the RMS of the uplink error vector magnitude (EVM), averaged over all measured slots. Thisvalue is expressed as a percentage.
|
![]() | GetUplinkRmsMagnitudeError |
Gets the RMS of the magnitude error. This value is expressed as a percentage.
|
![]() | GetUplinkRmsPhaseError |
Gets the RMS of the phase error. This value is expressed in degrees.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |