RFmxTdscdmaMXCdaConfiguration Class

Provides methods to configure the CDA measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.TdscdmaMX

public class RFmxTdscdmaMXCdaConfiguration : RFmxTdscdmaMXSubObject

Methods

NameDescription
ConfigureAveraging(string, RFmxTdscdmaMXCdaAveragingEnabled, int)

Configures averaging for the CDA measurement.

ConfigureMeasurementChannel(string, int, int)

Configures the physical channel to be analyzed using the spreadingFactor parameter and the channelizationCode parameter.

ConfigurePowerUnit(string, RFmxTdscdmaMXCdaPowerUnit)

Configures the unit of measurement for the measurement results.

ConfigureSynchronizationModeAndOffset(string, RFmxTdscdmaMXCdaSynchronizationMode, int)

Configures the synchronization mode and the measurement offset for the code domain analysis (CDA) measurement. You can select a specific time slot for the measurement using this method.

GetAllTracesEnabled(string, out bool)

Gets whether to enable the traces to be stored and retrieved after performing the code domain analysis (CDA) measurement.

GetAveragingCount(string, out int)

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

GetAveragingEnabled(string, out RFmxTdscdmaMXCdaAveragingEnabled)

Gets whether to enable averaging for the code domain analysis (CDA) measurement.

GetBaseSpreadingFactor(string, out int)

Gets the base spreading factor for code domain analysis.

GetIQGainImbalanceRemovalEnabled(string, out RFmxTdscdmaMXCdaIQGainImbalanceRemovalEnabled)

Gets whether to remove the I/Q gain imbalance before the code domain analysis (CDA) measurement.

GetIQOffsetRemovalEnabled(string, out RFmxTdscdmaMXCdaIQOffsetRemovalEnabled)

Gets whether to remove the I/Q offset before the code domain analysis (CDA) measurement.

GetIQQuadratureErrorRemovalEnabled(string, out RFmxTdscdmaMXCdaIQQuadratureErrorRemovalEnabled)

Gets whether to remove the I/Q quadrature error before the code domain analysis (CDA) measurement.

GetMeasurementChannelChannelizationCode(string, out int)

Gets the channelization code of the code domain analysis (CDA) measurement channel.

GetMeasurementChannelSpreadingFactor(string, out int)

Gets the spreading factor of the channel on which to perform the code domain analysis (CDA) measurement.

GetMeasurementEnabled(string, out bool)

Gets whether to enable the code domain analysis (CDA) 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, RFmxTdscdmaMXCdaSynchronizationMode) method.

GetNumberOfAnalysisThreads(string, out int)

Gets the maximum number of threads used for parallelism for the code domain analysis (CDA) measurement. The number of threads can range from 1 to the number of physical cores. The number of threads you set may not be used in calculations. The actual number of threads used depends on the problem size, system resources, data availability, and other considerations.

GetPowerUnit(string, out RFmxTdscdmaMXCdaPowerUnit)

Gets the measurement unit of the code domain power (CDP) results.

GetRrcFilterEnabled(string, out RFmxTdscdmaMXCdaRrcFilterEnabled)

Gets whether to enable the RRC filter.

GetSpectrumInverted(string, out RFmxTdscdmaMXCdaSpectrumInverted)

Gets whether the spectrum of the signal is inverted.

GetSynchronizationMode(string, out RFmxTdscdmaMXCdaSynchronizationMode)

Gets the synchronization mode for the code domain analysis (CDA) measurement. Currently, only the Slot mode is supported.

SetAllTracesEnabled(string, bool)

Sets whether to enable the traces to be stored and retrieved after performing the code domain analysis (CDA) measurement.

SetAveragingCount(string, int)

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

SetAveragingEnabled(string, RFmxTdscdmaMXCdaAveragingEnabled)

Sets whether to enable averaging for the code domain analysis (CDA) measurement.

SetBaseSpreadingFactor(string, int)

Sets the base spreading factor for code domain analysis.

SetIQGainImbalanceRemovalEnabled(string, RFmxTdscdmaMXCdaIQGainImbalanceRemovalEnabled)

Sets whether to remove the I/Q gain imbalance before the code domain analysis (CDA) measurement.

SetIQOffsetRemovalEnabled(string, RFmxTdscdmaMXCdaIQOffsetRemovalEnabled)

Sets whether to remove the I/Q offset before the code domain analysis (CDA) measurement.

SetIQQuadratureErrorRemovalEnabled(string, RFmxTdscdmaMXCdaIQQuadratureErrorRemovalEnabled)

Sets whether to remove the I/Q quadrature error before the code domain analysis (CDA) measurement.

SetMeasurementChannelChannelizationCode(string, int)

Sets the channelization code of the code domain analysis (CDA) measurement channel.

SetMeasurementChannelSpreadingFactor(string, int)

Sets the spreading factor of the channel on which to perform the code domain analysis (CDA) measurement.

SetMeasurementEnabled(string, bool)

Sets whether to enable the code domain analysis (CDA) 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, RFmxTdscdmaMXCdaSynchronizationMode) method.

SetNumberOfAnalysisThreads(string, int)

Sets the maximum number of threads used for parallelism for the code domain analysis (CDA) measurement. The number of threads can range from 1 to the number of physical cores. The number of threads you set may not be used in calculations. The actual number of threads used depends on the problem size, system resources, data availability, and other considerations.

SetPowerUnit(string, RFmxTdscdmaMXCdaPowerUnit)

Sets the measurement unit of the code domain power (CDP) results.

SetRrcFilterEnabled(string, RFmxTdscdmaMXCdaRrcFilterEnabled)

Sets whether to enable the RRC filter.

SetSpectrumInverted(string, RFmxTdscdmaMXCdaSpectrumInverted)

Sets whether the spectrum of the signal is inverted.

SetSynchronizationMode(string, RFmxTdscdmaMXCdaSynchronizationMode)

Sets the synchronization mode for the code domain analysis (CDA) measurement. Currently, only the Slot mode is supported.