Provides methods to configure the ModAcc measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.Cdma2kMX

public class RFmxCdma2kMXModAccConfiguration : RFmxCdma2kMXSubObject

Methods

NameDescription
ConfigureSynchronizationModeAndInterval(string, RFmxCdma2kMXModAccSynchronizationMode, int, int)

Configures the synchronization mode, offset, and length for modulation accuracy (ModAcc) analysis.

GetAllTracesEnabled(string, out bool)

Gets whether to enable the traces to be stored and retrieved after performing the modulation accuracy (ModAcc) measurement.

GetIQGainImbalanceRemovalEnabled(string, out RFmxCdma2kMXModAccIQGainImbalanceRemovalEnabled)

Gets whether to remove the I/Q gain imbalance before an EVM measurement.

GetIQOffsetRemovalEnabled(string, out RFmxCdma2kMXModAccIQOffsetRemovalEnabled)

Gets whether to remove the I/Q offset before an EVM measurement.

GetIQQuadratureErrorRemovalEnabled(string, out RFmxCdma2kMXModAccIQQuadratureErrorRemovalEnabled)

Gets whether to remove the I/Q quadrature error before an EVM measurement.

GetMeasurementEnabled(string, out bool)

Gets whether to enable the modulation accuracy (ModAcc) measurement.

GetMeasurementLength(string, out int)

Gets the duration of the modulation accuracy (ModAcc) measurement. This value is expressed in slots.

GetMeasurementOffset(string, out int)

Gets the measurement offset to skip from the synchronization boundary. The synchronization boundary is specified by the SetSynchronizationMode(string, RFmxCdma2kMXModAccSynchronizationMode) method. This value is expressed in slots.

GetMultiCarrierFilterEnabled(string, out RFmxCdma2kMXModAccMultiCarrierFilterEnabled)

Gets whether to enable the multi carrier filter which can be used to improve ModAcc measurement quality in presence of neighboring carriers.

GetReceiveFilterEnabled(string, out RFmxCdma2kMXModAccReceiveFilterEnabled)

Gets whether to enable the received filter for the ModAcc measurement.

GetSpectrumInverted(string, out RFmxCdma2kMXModAccSpectrumInverted)

Gets whether the spectrum of the signal is inverted.

GetSynchronizationMode(string, out RFmxCdma2kMXModAccSynchronizationMode)

Gets whether the measurement is performed from the frame, slot, or symbol boundary.

SetAllTracesEnabled(string, bool)

Sets whether to enable the traces to be stored and retrieved after performing the modulation accuracy (ModAcc) measurement.

SetIQGainImbalanceRemovalEnabled(string, RFmxCdma2kMXModAccIQGainImbalanceRemovalEnabled)

Sets whether to remove the I/Q gain imbalance before an EVM measurement.

SetIQOffsetRemovalEnabled(string, RFmxCdma2kMXModAccIQOffsetRemovalEnabled)

Sets whether to remove the I/Q offset before an EVM measurement.

SetIQQuadratureErrorRemovalEnabled(string, RFmxCdma2kMXModAccIQQuadratureErrorRemovalEnabled)

Sets whether to remove the I/Q quadrature error before an EVM measurement.

SetMeasurementEnabled(string, bool)

Sets whether to enable the modulation accuracy (ModAcc) measurement.

SetMeasurementLength(string, int)

Sets the duration of the modulation accuracy (ModAcc) measurement. This value is expressed in slots.

SetMeasurementOffset(string, int)

Sets the measurement offset to skip from the synchronization boundary. The synchronization boundary is specified by the SetSynchronizationMode(string, RFmxCdma2kMXModAccSynchronizationMode) method. This value is expressed in slots.

SetMultiCarrierFilterEnabled(string, RFmxCdma2kMXModAccMultiCarrierFilterEnabled)

Sets whether to enable the multi carrier filter which can be used to improve ModAcc measurement quality in presence of neighboring carriers.

SetReceiveFilterEnabled(string, RFmxCdma2kMXModAccReceiveFilterEnabled)

Sets whether to enable the received filter for the ModAcc measurement.

SetSpectrumInverted(string, RFmxCdma2kMXModAccSpectrumInverted)

Sets whether the spectrum of the signal is inverted.

SetSynchronizationMode(string, RFmxCdma2kMXModAccSynchronizationMode)

Sets whether the measurement is performed from the frame, slot, or symbol boundary.