RFmxEvdoMXCdaConfiguration Class
- Updated2025-04-08
- 2 minute(s) read
Provides methods to configure the CDA measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public class RFmxEvdoMXCdaConfiguration : RFmxEvdoMXSubObject
Methods
Name | Description |
---|---|
ConfigurePowerUnit(string, RFmxEvdoMXCdaPowerUnit) | Configures the power unit for the code domain power results, except total power. |
ConfigureSynchronizationModeAndInterval(string, RFmxEvdoMXCdaSynchronizationMode, int, int) | Configures the synchronization mode, measurement offset, and measurement length. |
ConfigureUplinkMeasurementChannel(string, int, int, RFmxEvdoMXCdaUplinkBranch) | Configures the spreading factor, spreading code, modulation type, and branch of the channel to be measured. |
GetAllTracesEnabled(string, out bool) | Gets whether to enable the traces after performing the CDA measurement. |
GetIQGainImbalanceRemovalEnabled(string, out RFmxEvdoMXCdaIQGainImbalanceRemovalEnabled) | Gets whether to remove the I/Q gain imbalance before the CDA measurement. |
GetIQOffsetRemovalEnabled(string, out RFmxEvdoMXCdaIQOffsetRemovalEnabled) | Gets whether to remove the I/Q offset before the CDA measurement. |
GetIQQuadratureErrorRemovalEnabled(string, out RFmxEvdoMXCdaIQQuadratureErrorRemovalEnabled) | Gets whether to remove the I/Q quadrature error before the CDA measurement. |
GetMeasurementEnabled(string, out bool) | Gets whether to enable the CDA measurement. |
GetMeasurementLength(string, out int) | Gets the duration of the CDA 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, RFmxEvdoMXCdaSynchronizationMode) method. |
GetPowerUnit(string, out RFmxEvdoMXCdaPowerUnit) | Gets the measurement unit of the code domain power results. |
GetReceiveFilterEnabled(string, out RFmxEvdoMXCdaReceiveFilterEnabled) | Gets whether to enable receive filtering. |
GetSpectrumInverted(string, out RFmxEvdoMXCdaSpectrumInverted) | Gets whether the signal spectrum is inverted. |
GetSynchronizationMode(string, out RFmxEvdoMXCdaSynchronizationMode) | Gets whether the measurement is performed from the frame, slot, or symbol boundary. |
GetUplinkBranch(string, out RFmxEvdoMXCdaUplinkBranch) | Gets the Walsh branch of the channel, subject to channel-specific analysis. |
GetUplinkWalshCodeLength(string, out int) | Gets the Walsh code length of the channel, subject to channel-specific analysis. |
GetUplinkWalshCodeNumber(string, out int) | Gets the Walsh code number of the channel, subject to channel-specific analysis. |
SetAllTracesEnabled(string, bool) | Sets whether to enable the traces after performing the CDA measurement. |
SetIQGainImbalanceRemovalEnabled(string, RFmxEvdoMXCdaIQGainImbalanceRemovalEnabled) | Sets whether to remove the I/Q gain imbalance before the CDA measurement. |
SetIQOffsetRemovalEnabled(string, RFmxEvdoMXCdaIQOffsetRemovalEnabled) | Sets whether to remove the I/Q offset before the CDA measurement. |
SetIQQuadratureErrorRemovalEnabled(string, RFmxEvdoMXCdaIQQuadratureErrorRemovalEnabled) | Sets whether to remove the I/Q quadrature error before the CDA measurement. |
SetMeasurementEnabled(string, bool) | Sets whether to enable the CDA measurement. |
SetMeasurementLength(string, int) | Sets the duration of the CDA 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, RFmxEvdoMXCdaSynchronizationMode) method. |
SetPowerUnit(string, RFmxEvdoMXCdaPowerUnit) | Sets the measurement unit of the code domain power results. |
SetReceiveFilterEnabled(string, RFmxEvdoMXCdaReceiveFilterEnabled) | Sets whether to enable receive filtering. |
SetSpectrumInverted(string, RFmxEvdoMXCdaSpectrumInverted) | Sets whether the signal spectrum is inverted. |
SetSynchronizationMode(string, RFmxEvdoMXCdaSynchronizationMode) | Sets whether the measurement is performed from the frame, slot, or symbol boundary. |
SetUplinkBranch(string, RFmxEvdoMXCdaUplinkBranch) | Sets the Walsh branch of the channel, subject to channel-specific analysis. |
SetUplinkWalshCodeLength(string, int) | Sets the Walsh code length of the channel, subject to channel-specific analysis. |
SetUplinkWalshCodeNumber(string, int) | Sets the Walsh code number of the channel, subject to channel-specific analysis. |