Provides methods to configure the ModAcc measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.EvdoMX

public class RFmxEvdoMXModAccConfiguration : RFmxEvdoMXSubObject

Methods

NameDescription
ConfigureMultiCarrierFilterEnabled(string, RFmxEvdoMXModAccMultiCarrierFilterEnabled)

Enables or disables the multicarrier filter. In multicarrier setups, EVM values are higher than in single carrier setups. The multicarrier filter attempts to minimize interferences from neighboring carriers by applying sharp edges.
To save time, do not use this filter in single-carrier setups.

ConfigureSynchronizationModeAndInterval(string, RFmxEvdoMXModAccSynchronizationMode, int, int)

Configures how the modulation accuracy (ModAcc) measurement synchronizes to the signal and the synchronization interval length.

GetAllTracesEnabled(string, out bool)

Gets whether to enable the traces to be stored and retrieved after performing the ModAcc measurement.

GetIQGainImbalanceRemovalEnabled(string, out RFmxEvdoMXModAccIQGainImbalanceRemovalEnabled)

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

GetIQOffsetRemovalEnabled(string, out RFmxEvdoMXModAccIQOffsetRemovalEnabled)

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

GetIQQuadratureErrorRemovalEnabled(string, out RFmxEvdoMXModAccIQQuadratureErrorRemovalEnabled)

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

GetMeasurementEnabled(string, out bool)

Gets whether to enable the ModAcc measurement.

GetMeasurementLength(string, out int)

Gets the duration of the modulation accuracy measurement.

GetMeasurementOffset(string, out int)

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

GetMultiCarrierFilterEnabled(string, out RFmxEvdoMXModAccMultiCarrierFilterEnabled)

Enables the multi-carrier filter that can increase the multi-carrier interference suppression to improve ModAcc measurement quality in the presence of neighboring carriers.

GetReceiveFilterEnabled(string, out RFmxEvdoMXModAccReceiveFilterEnabled)

Gets whether to enable receive filtering.

GetSpectrumInverted(string, out RFmxEvdoMXModAccSpectrumInverted)

Gets whether the measured spectrum is inverted.

GetSynchronizationMode(string, out RFmxEvdoMXModAccSynchronizationMode)

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

SetAllTracesEnabled(string, bool)

Sets whether to enable the traces to be stored and retrieved after performing the ModAcc measurement.

SetIQGainImbalanceRemovalEnabled(string, RFmxEvdoMXModAccIQGainImbalanceRemovalEnabled)

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

SetIQOffsetRemovalEnabled(string, RFmxEvdoMXModAccIQOffsetRemovalEnabled)

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

SetIQQuadratureErrorRemovalEnabled(string, RFmxEvdoMXModAccIQQuadratureErrorRemovalEnabled)

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

SetMeasurementEnabled(string, bool)

Sets whether to enable the ModAcc measurement.

SetMeasurementLength(string, int)

Sets the duration of the modulation accuracy measurement.

SetMeasurementOffset(string, int)

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

SetMultiCarrierFilterEnabled(string, RFmxEvdoMXModAccMultiCarrierFilterEnabled)

Enables the multi-carrier filter that can increase the multi-carrier interference suppression to improve ModAcc measurement quality in the presence of neighboring carriers.

SetReceiveFilterEnabled(string, RFmxEvdoMXModAccReceiveFilterEnabled)

Sets whether to enable receive filtering.

SetSpectrumInverted(string, RFmxEvdoMXModAccSpectrumInverted)

Sets whether the measured spectrum is inverted.

SetSynchronizationMode(string, RFmxEvdoMXModAccSynchronizationMode)

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