RFmxTdscdmaMXModAccConfiguration Class

Provides methods to configure the ModAcc measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.TdscdmaMX

public class RFmxTdscdmaMXModAccConfiguration : RFmxTdscdmaMXSubObject

Methods

NameDescription
ConfigureAveraging(string, RFmxTdscdmaMXModAccAveragingEnabled, int)

Configures averaging for the ModAcc measurement.

ConfigureSlotType(string, RFmxTdscdmaMXModAccSlotType)

Configures the type of the Time Slot for ModAcc analysis.

ConfigureSynchronizationModeAndInterval(string, RFmxTdscdmaMXModAccSynchronizationMode, int, int)

Configures the synchronization mode, measurement offset, and measurement length for ModAcc analysis.

GetAllTracesEnabled(string, out bool)

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

GetAveragingCount(string, out int)

Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxTdscdmaMXModAccAveragingEnabled) method to True.

GetAveragingEnabled(string, out RFmxTdscdmaMXModAccAveragingEnabled)

Gets whether to enable averaging for the ModAcc measurement.

GetIQGainImbalanceRemovalEnabled(string, out RFmxTdscdmaMXModAccIQGainImbalanceRemovalEnabled)

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

GetIQOffsetRemovalEnabled(string, out RFmxTdscdmaMXModAccIQOffsetRemovalEnabled)

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

GetIQQuadratureErrorRemovalEnabled(string, out RFmxTdscdmaMXModAccIQQuadratureErrorRemovalEnabled)

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

GetMeasurementEnabled(string, out bool)

Gets whether to enable the ModAcc measurement.

GetMeasurementLength(string, out int)

Gets the measurement length for the ModAcc measurement. This value is expressed in traffic slots.

GetMeasurementOffset(string, out int)

Gets the measurement offset that is skipped by the ModAcc measurement from the synchronization boundary. This value is expressed in traffic slots. The synchronization boundary is specified by the SetSynchronizationMode(string, RFmxTdscdmaMXModAccSynchronizationMode) method.

GetRrcFilterEnabled(string, out RFmxTdscdmaMXModAccRrcFilterEnabled)

Gets whether to enable the RRC filter in the ModAcc measurement. Use this method to disable the filter if the received signal is already RRC-filtered.

GetSlotType(string, out RFmxTdscdmaMXModAccSlotType)

Gets the type of the time slot for the ModAcc measurement.

GetSpectrumInverted(string, out RFmxTdscdmaMXModAccSpectrumInverted)

Gets whether the spectrum of the signal is inverted.

GetSynchronizationMode(string, out RFmxTdscdmaMXModAccSynchronizationMode)

Gets the synchronization mode for the ModAcc measurement.

SetAllTracesEnabled(string, bool)

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

SetAveragingCount(string, int)

Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxTdscdmaMXModAccAveragingEnabled) method to True.

SetAveragingEnabled(string, RFmxTdscdmaMXModAccAveragingEnabled)

Sets whether to enable averaging for the ModAcc measurement.

SetIQGainImbalanceRemovalEnabled(string, RFmxTdscdmaMXModAccIQGainImbalanceRemovalEnabled)

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

SetIQOffsetRemovalEnabled(string, RFmxTdscdmaMXModAccIQOffsetRemovalEnabled)

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

SetIQQuadratureErrorRemovalEnabled(string, RFmxTdscdmaMXModAccIQQuadratureErrorRemovalEnabled)

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

SetMeasurementEnabled(string, bool)

Sets whether to enable the ModAcc measurement.

SetMeasurementLength(string, int)

Sets the measurement length for the ModAcc measurement. This value is expressed in traffic slots.

SetMeasurementOffset(string, int)

Sets the measurement offset that is skipped by the ModAcc measurement from the synchronization boundary. This value is expressed in traffic slots. The synchronization boundary is specified by the SetSynchronizationMode(string, RFmxTdscdmaMXModAccSynchronizationMode) method.

SetRrcFilterEnabled(string, RFmxTdscdmaMXModAccRrcFilterEnabled)

Sets whether to enable the RRC filter in the ModAcc measurement. Use this method to disable the filter if the received signal is already RRC-filtered.

SetSlotType(string, RFmxTdscdmaMXModAccSlotType)

Sets the type of the time slot for the ModAcc measurement.

SetSpectrumInverted(string, RFmxTdscdmaMXModAccSpectrumInverted)

Sets whether the spectrum of the signal is inverted.

SetSynchronizationMode(string, RFmxTdscdmaMXModAccSynchronizationMode)

Sets the synchronization mode for the ModAcc measurement.