Provides methods to configure the CDA measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.WcdmaMX

public class RFmxWcdmaMXCdaConfiguration : RFmxWcdmaMXSubObject

Methods

NameDescription
ConfigureMeasurementChannel(string, int, int, RFmxWcdmaMXCdaMeasurementChannelModulationType, RFmxWcdmaMXCdaMeasurementChannelBranch)

Configures the spreading factor, spreading code, modulation type, and branch of the channel to be measured.

ConfigurePowerUnit(string, RFmxWcdmaMXCdaPowerUnit)

Configures the power unit for all code domain power results, except Total Power (dBm).

ConfigureSynchronizationModeAndInterval(string, RFmxWcdmaMXCdaSynchronizationMode, int, int)

Configures the synchronization mode, measurement offset, and measurement length.

GetAllTracesEnabled(string, out bool)

Gets whether to enable the traces after performing the CDA measurement.

GetIQOffsetRemovalEnabled(string, out RFmxWcdmaMXCdaIQOffsetRemovalEnabled)

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

GetMeasurementChannelBranch(string, out RFmxWcdmaMXCdaMeasurementChannelBranch)

Gets the branch of the measurement channel. This value is used to compute the symbol results of the CDA measurement.

GetMeasurementChannelModulationType(string, out RFmxWcdmaMXCdaMeasurementChannelModulationType)

Gets the modulation type of the measurement channel. This value is used to compute the symbol results of the CDA measurement.

GetMeasurementChannelSpreadingCode(string, out int)

Gets the spreading code of the measurement channel. This value is used to compute the symbol results of the CDA measurement.

GetMeasurementChannelSpreadingFactor(string, out int)

Gets the spreading factor of the measurement channel. This value is used to compute the symbol results of the CDA measurement.

GetMeasurementEnabled(string, out bool)

Gets whether to enable the CDA measurement.

GetMeasurementLength(string, out int)

Gets the duration of the code domain measurement. This value is expressed in slots.

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, RFmxWcdmaMXCdaSynchronizationMode) method.

GetPowerUnit(string, out RFmxWcdmaMXCdaPowerUnit)

Gets the measurement unit of all power results, except GetTotalPower(string, out double).

GetRrcFilterEnabled(string, out RFmxWcdmaMXCdaRrcFilterEnabled)

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 RFmxWcdmaMXCdaSpectrumInverted)

Gets whether the spectrum of the signal is inverted.

GetSynchronizationMode(string, out RFmxWcdmaMXCdaSynchronizationMode)

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

SetAllTracesEnabled(string, bool)

Sets whether to enable the traces after performing the CDA measurement.

SetIQOffsetRemovalEnabled(string, RFmxWcdmaMXCdaIQOffsetRemovalEnabled)

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

SetMeasurementChannelBranch(string, RFmxWcdmaMXCdaMeasurementChannelBranch)

Sets the branch of the measurement channel. This value is used to compute the symbol results of the CDA measurement.

SetMeasurementChannelModulationType(string, RFmxWcdmaMXCdaMeasurementChannelModulationType)

Sets the modulation type of the measurement channel. This value is used to compute the symbol results of the CDA measurement.

SetMeasurementChannelSpreadingCode(string, int)

Sets the spreading code of the measurement channel. This value is used to compute the symbol results of the CDA measurement.

SetMeasurementChannelSpreadingFactor(string, int)

Sets the spreading factor of the measurement channel. This value is used to compute the symbol results of the CDA measurement.

SetMeasurementEnabled(string, bool)

Sets whether to enable the CDA measurement.

SetMeasurementLength(string, int)

Sets the duration of the code domain measurement. This value is expressed in slots.

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, RFmxWcdmaMXCdaSynchronizationMode) method.

SetPowerUnit(string, RFmxWcdmaMXCdaPowerUnit)

Sets the measurement unit of all power results, except GetTotalPower(string, out double).

SetRrcFilterEnabled(string, RFmxWcdmaMXCdaRrcFilterEnabled)

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

SetSpectrumInverted(string, RFmxWcdmaMXCdaSpectrumInverted)

Sets whether the spectrum of the signal is inverted.

SetSynchronizationMode(string, RFmxWcdmaMXCdaSynchronizationMode)

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