RFmxWcdmaMXQevmConfiguration Class
- Updated2025-04-08
- 2 minute(s) read
Provides methods to configure the QEVM measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.WcdmaMX
public class RFmxWcdmaMXQevmConfiguration : RFmxWcdmaMXSubObject
Methods
Name | Description |
---|---|
ConfigureAveraging(string, RFmxWcdmaMXQevmAveragingEnabled, int) | Configures averaging for the QEVM measurement. |
ConfigureMeasurementLength(string, int) | Configures the measurement length of the QEVM measurement. |
GetAllTracesEnabled(string, out bool) | Gets whether to enable the traces to be stored and retrieved after performing the QEVM measurement. |
GetAveragingCount(string, out int) | Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxWcdmaMXQevmAveragingEnabled) method to True. |
GetAveragingEnabled(string, out RFmxWcdmaMXQevmAveragingEnabled) | Gets whether to enable averaging for the QEVM measurement. |
GetIQOffsetRemovalEnabled(string, out RFmxWcdmaMXQevmIQOffsetRemovalEnabled) | Gets whether to remove the I/Q offset before the QEVM measurement. |
GetMeasurementEnabled(string, out bool) | Gets whether to enable the QPSK EVM measurement. |
GetMeasurementLength(string, out int) | Gets the duration of the QEVM measurement. This value is expressed in chips. |
GetNumberOfAnalysisThreads(string, out int) | Gets the maximum number of threads used for parallelism for the QEVM measurement. |
GetRrcFilterEnabled(string, out RFmxWcdmaMXQevmRrcFilterEnabled) | Gets whether to enable the RRC filter. Use this method to disable the filter if the received signal is already RRC-filtered. |
GetSpectrumInverted(string, out RFmxWcdmaMXQevmSpectrumInverted) | Gets whether the spectrum of the signal is inverted. |
SetAllTracesEnabled(string, bool) | Sets whether to enable the traces to be stored and retrieved after performing the QEVM measurement. |
SetAveragingCount(string, int) | Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxWcdmaMXQevmAveragingEnabled) method to True. |
SetAveragingEnabled(string, RFmxWcdmaMXQevmAveragingEnabled) | Sets whether to enable averaging for the QEVM measurement. |
SetIQOffsetRemovalEnabled(string, RFmxWcdmaMXQevmIQOffsetRemovalEnabled) | Sets whether to remove the I/Q offset before the QEVM measurement. |
SetMeasurementEnabled(string, bool) | Sets whether to enable the QPSK EVM measurement. |
SetMeasurementLength(string, int) | Sets the duration of the QEVM measurement. This value is expressed in chips. |
SetNumberOfAnalysisThreads(string, int) | Sets the maximum number of threads used for parallelism for the QEVM measurement. |
SetRrcFilterEnabled(string, RFmxWcdmaMXQevmRrcFilterEnabled) | Sets whether to enable the RRC filter. Use this method to disable the filter if the received signal is already RRC-filtered. |
SetSpectrumInverted(string, RFmxWcdmaMXQevmSpectrumInverted) | Sets whether the spectrum of the signal is inverted. |