RFmxTdscdmaMXModAccResults Class
- Updated2025-10-13
- 7 minute(s) read
Provides methods to fetch and read the ModAcc measurement results.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.TdscdmaMX
public class RFmxTdscdmaMXModAccResults : RFmxTdscdmaMXSubObject
Methods
| Name | Description |
|---|---|
| FetchCodeDomainErrorTrace(string, double, ref float[]) | Fetches the value of the code domain error trace for the individual code channels in the domain of the base spreading factor. This value is averaged over all active time slots and averaging iterations. |
| FetchCompositeEvm(string, double, out double, out double, out double, out double, out double, out double, out double) | Returns the composite EVM of all the channels in the ModAcc measurement. |
| FetchConstellationTrace(string, double, ref ComplexSingle[]) | Fetches the constellation trace of the received TD-SCDMA signal. If the averaging is enabled, this trace refers to the last averaging iteration. |
| FetchDataActiveCde(string, double, out double, out int, out int, out int) | Returns the peak value among the code domain errors (CDEs) of the active channels, as well as the code number, spreading factor, and branch that correspond to this peak value. |
| FetchDataCde(string, double, out double, out int, out int) | Returns the maximum value of the measured data code domain errors (CDEs), along with the spreading factor and the channelization code of the corresponding channel. |
| FetchDataEvm(string, double, out double, out double, out double, out double, out double) | Returns the EVM measurement of the data channel. |
| FetchDataRcde(string, double, out double, out int, out int) | Returns the maximum value of the measured data relative code domain error (RCDE), along with the spreading factor and the channelization code of the corresponding channel. |
| FetchDetectedChannel(string, double, out int, out int, out RFmxTdscdmaMXModAccDetectedModulationType, out int) | Returns a detected channel by its channel name. |
| FetchDetectedChannelArray(string, double, ref int[], ref int[], ref RFmxTdscdmaMXModAccDetectedModulationType[], ref int[]) | Returns the detected channels. If you set the SetChannelConfigurationMode(string, RFmxTdscdmaMXChannelConfigurationMode) method to UserDefined, the measurement returns the configured channels. If the averaging is enabled, this method returns the array of detected channels of the last averaging iteration. |
| FetchEvmTrace(string, double, ref AnalogWaveform< float >) | Fetches the average of the EVM traces on the chip level. |
| FetchIQImpairments(string, double, out double, out double, out double) | Returns the I/Q origin offset, I/Q gain imbalance, and I/Q quadrature error. |
| FetchMagnitudeErrorTrace(string, double, ref AnalogWaveform< float >) | Fetches the average of the magnitude error trace on the chip level. |
| FetchMaximumCodeDomainErrorTrace(string, double, ref float[]) | Fetches the maximum code domain error trace among all active time slots and averaging iterations for the ModAcc measurement. |
| FetchMaximumEvmTrace(string, double, ref AnalogWaveform< float >) | Fetches the maximum EVM trace values on the chip level. |
| FetchMaximumMagnitudeErrorTrace(string, double, ref AnalogWaveform< float >) | Fetches the maximum magnitude error trace on the chip level. |
| FetchMaximumPhaseErrorTrace(string, double, ref AnalogWaveform< float >) | Fetches the maximum phase error trace on the chip level. |
| FetchMidambleAndDataPower(string, double, out double, out double, out double) | Returns the power of the midamble and the data channel. |
| FetchMidambleEvm(string, double, out double, out double, out double, out double, out double) | Returns the midamble EVM measurement results. |
| FetchNumberOfDetectedChannels(string, double, out int) | Returns the number of detected channels. If the averaging is enabled, it returns the number of detected channels of the last averaging iteration. If you set the SetChannelConfigurationMode(string, RFmxTdscdmaMXChannelConfigurationMode) method to UserDefined, the measurement returns the number of configured channels. |
| FetchPhaseErrorTrace(string, double, ref AnalogWaveform< float >) | Returns the average of the phase error trace on the chip level. |
| FetchPilotEvm(string, double, out double, out double, out double, out double, out double) | Fetches the EVM measurement of the pilot time slot. |
| GetChipRateError(string, out double) | Gets the chip rate error. This value is expressed in ppm. |
| GetCompositeRho(string, out double) | Gets the time-slot based composite value of rho, averaged over all active time-slots and all averaging iterations. |
| GetDataField1Power(string, out double) | Gets the data field 1 power, averaged over all measured active time slots. This value is expressed in dBm. |
| GetDataField2Power(string, out double) | Gets the data field 2 power, averaged over all measured active time slots. This value is expressed in dBm. |
| GetDataRho(string, out double) | Gets the data rho value, averaged over all active time slots and all averaging iterations. |
| GetDetectedChannelizationCode(string, out int) | Gets the channelization code of the selected channel within the set of active channels. If the averaging is enabled, this method refers to the last averaging iteration. Use "channel(n)" as the selector string to read this result. |
| GetDetectedModulationType(string, out RFmxTdscdmaMXModAccDetectedModulationType) | Gets the modulation type of the selected channel within the set of active channels. If the averaging is enabled, this method refers to the last averaging iteration. Use "channel(n)" as the selector string to read this result. |
| GetDetectedSlotIndex(string, out int) | Gets the slot index of the detected channel within the set of active channels. If the averaging is enabled, this method refers to the last averaging iteration. Use "channel(n)" as the selector string to read this result. |
| GetDetectedSpreadingFactor(string, out int) | Gets the spreading factor of the selected channel within the set of active channels. If the averaging is enabled, this method refers to the last averaging iteration. Use "channel(n)" as the selector string to read this result. |
| GetFrequencyError(string, out double) | Gets the frequency error averaged over all measured slots. This value is expressed in Hz. |
| GetIQGainImbalance(string, out double) | Gets the I/Q gain imbalance of the composite signal, averaged over all measured slots. This value is expressed in dB. |
| GetIQOriginOffset(string, out double) | Gets the I/Q origin offset of the composite signal, averaged over all measured slots. This value is expressed in dB. |
| GetIQQuadratureError(string, out double) | Gets the I/Q quadrature error of the composite signal, averaged over all measured slots. This value is expressed in degrees. |
| GetMaximumCompositeRho(string, out double) | Gets the maximum value of the time-slot based composite rho among all averaging iterations. |
| GetMaximumPeakDataActiveCde(string, out double) | Gets the maximum value of the peak data active code domain errors (CDEs) among all active physical channels and active time slots. This value is expressed in dB. |
| GetMaximumPeakDataCde(string, out double) | Gets the maximum peak code domain error (CDE) among all active time slots and averaging iterations. This value is expressed in dB. |
| GetMaximumPeakDataRcde(string, out double) | Gets the maximum value of the peak relative code domain error (RDCEs) among all active time slots and averaging iterations. This value is expressed in dB. |
| GetMidambleCode(string, out int) | Gets the midamble code. |
| GetMidamblePower(string, out double) | Gets the midamble power, averaged over all measured slots. This value is expressed in dBm. |
| GetMidambleRho(string, out double) | Gets the rho value of the midamble, averaged over all measured active time slots and averaging iterations. |
| GetMidambleShift(string, out int) | Gets the midamble code shift. This value is expressed in chips. |
| GetNumberOfDetectedChannels(string, out int) | Gets the number of detected active channels. If the averaging is enabled, this method returns the number of detected channels of the last averaging iteration. |
| GetPeakCompositeEvm(string, out double) | Gets the peak composite EVM among all active time slots and averaging iterations. This value is expressed as a percentage. |
| GetPeakDataActiveCde(string, out double) | Gets the value of the peak data active code domain errors (CDEs) among all physical channels and active time slots. This value is expressed in dB. The peak data active CDEs are averaged over all averaging iterations. |
| GetPeakDataActiveCdeCode(string, out int) | Gets the peak channelization code of the channel corresponding to the measured value of the GetMaximumPeakDataActiveCde(string, out double) method. |
| GetPeakDataActiveCdeNumberOfChannels(string, out int) | Gets the number of channels used to determine the peak active code domain error (CDE). |
| GetPeakDataActiveCdeSpreadingFactor(string, out int) | Gets the spreading factor used to retrieve the peak code domain error (CDE) of the active physical channel corresponding to the measured value of the GetMaximumPeakDataActiveCde(string, out double) method. |
| GetPeakDataCde(string, out double) | Gets the value of the peak code domain error (CDE) among all active time slots. This value is expressed in dB. The peak CDE value is averaged over all averaging iterations. |
| GetPeakDataCdeCode(string, out int) | Gets the peak channelization code of the channel corresponding to the measured value of the GetMaximumPeakDataCde(string, out double) method. |
| GetPeakDataCdeSpreadingFactor(string, out int) | Gets the spreading factor used to retrieve the peak code domain error (CDE) of the channel corresponding to measured value of the GetMaximumPeakDataCde(string, out double) method. |
| GetPeakDataEvm(string, out double) | Gets the peak data EVM among all active time slots and averaging iterations. This value is expressed as a percentage. |
| GetPeakDataRcde(string, out double) | Gets the value of the peak data relative code domain errors (RCDEs) among all active time slots and averaging iterations. This value is expressed in dB. |
| GetPeakDataRcdeCode(string, out int) | Gets the channelization code of the channel corresponding to the value of the measured GetMaximumPeakDataRcde(string, out double) method. |
| GetPeakDataRcdeSpreadingFactor(string, out int) | Gets the spreading factor of the channel corresponding to the value of the measured GetMaximumPeakDataRcde(string, out double) method. |
| GetPeakMidambleEvm(string, out double) | Gets the peak midamble EVM among all active time slots and averaging iterations. This value is expressed as a percentage. |
| GetPeakPilotEvm(string, out double) | Gets the maximum of the peak pilot EVM among the averaging iterations. This value is expressed as a percentage. |
| GetPilotRho(string, out double) | Gets the pilot Rho value, averaged over all averaging iterations. |
| GetRmsCompositeEvm(string, out double) | Gets the value of the time-slot based RMS of the composite EVM, averaged over all active time slots and all averaging iterations. This value is expressed as a percentage. |
| GetRmsCompositeMagnitudeError(string, out double) | Gets the RMS of the composite magnitude error averaged over all active time slots and averaging iterations. This value is expressed as a percentage. |
| GetRmsCompositePhaseError(string, out double) | Gets the RMS of the composite phase error, averaged over all active time slots and averaging iterations. This value is expressed in degrees. |
| GetRmsDataEvm(string, out double) | Gets the RMS of the data EVM, averaged over all active time slots and all averaging iterations. This value is expressed as a percentage. |
| GetRmsDataMagnitudeError(string, out double) | Gets the RMS of the data magnitude error, averaged over all active time slots and all averaging iterations. This value is expressed as a percentage. |
| GetRmsDataPhaseError(string, out double) | Gets the RMS of the data phase error, averaged over all active time slots and all averaging iterations. This value is expressed in degrees. |
| GetRmsMidambleEvm(string, out double) | Gets the RMS of the midamble EVM, averaged over all active time slots and all averaging iterations. This value is expressed as a percentage. |
| GetRmsMidambleMagnitudeError(string, out double) | Gets the RMS of the midamble magnitude error, averaged over all active time slots and averaging iterations. This value is expressed as a percentage. |
| GetRmsMidamblePhaseError(string, out double) | Gets the RMS of the midamble phase error, averaged over all active time slots and all averaging iterations. This value is expressed in degrees. |
| GetRmsPilotEvm(string, out double) | Gets the RMS of the pilot EVM, averaged over all averaging iterations. This value is expressed as a percentage. |
| GetRmsPilotMagnitudeError(string, out double) | Gets the RMS of the pilot magnitude error, averaged over all the averaging iterations. This value is expressed as a percentage. |
| GetRmsPilotPhaseError(string, out double) | Gets the RMS of the pilot phase error, averaged over all averaging iterations. This value is expressed in degrees. |