RFmxEvdoMXCdaConfiguration Class
- Updated2024-07-17
- 5 minute(s) read
RFmxEvdoMXCdaConfiguration Class
Provides methods to configure the CDA measurement
Inheritance Hierarchy
Namespace: NationalInstruments.RFmx.EvdoMX
Assembly: NationalInstruments.RFmx.EvdoMX.Fx40 (in NationalInstruments.RFmx.EvdoMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public sealed class RFmxEvdoMXCdaConfiguration : RFmxEvdoMXSubObject
Public NotInheritable Class RFmxEvdoMXCdaConfiguration Inherits RFmxEvdoMXSubObject
The RFmxEvdoMXCdaConfiguration type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ConfigurePowerUnit |
Configures the power unit for the code domain power results, except total power. | |
| ConfigureSynchronizationModeAndInterval |
Configures the synchronization mode, measurement offset, and measurement length. | |
| ConfigureUplinkMeasurementChannel |
Configures the spreading factor, spreading code, modulation type, and branch of the channel to be measured. | |
| Equals | (Inherited from Object.) | |
| GetAllTracesEnabled |
Gets whether to enable the traces after performing the CDA measurement.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetIQGainImbalanceRemovalEnabled |
Gets whether to remove the I/Q gain imbalance before the CDA measurement.
| |
| GetIQOffsetRemovalEnabled |
Gets whether to remove the I/Q offset before the CDA measurement.
| |
| GetIQQuadratureErrorRemovalEnabled |
Gets whether to remove the I/Q quadrature error before the CDA measurement.
| |
| GetMeasurementEnabled |
Gets whether to enable the CDA measurement.
| |
| GetMeasurementLength |
Gets the duration of the CDA measurement. This value is expressed in slots.
| |
| GetMeasurementOffset |
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 |
Gets the measurement unit of the code domain power results.
| |
| GetReceiveFilterEnabled |
Gets whether to enable receive filtering.
| |
| GetSpectrumInverted |
Gets whether the signal spectrum is inverted.
| |
| GetSynchronizationMode |
Gets whether the measurement is performed from the frame, slot, or symbol boundary.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUplinkBranch |
Gets the Walsh branch of the channel, subject to channel-specific analysis.
| |
| GetUplinkWalshCodeLength |
Gets the Walsh code length of the channel, subject to channel-specific analysis.
| |
| GetUplinkWalshCodeNumber |
Gets the Walsh code number of the channel, subject to channel-specific analysis.
| |
| SetAllTracesEnabled |
Sets whether to enable the traces after performing the CDA measurement.
| |
| SetIQGainImbalanceRemovalEnabled |
Sets whether to remove the I/Q gain imbalance before the CDA measurement.
| |
| SetIQOffsetRemovalEnabled |
Sets whether to remove the I/Q offset before the CDA measurement.
| |
| SetIQQuadratureErrorRemovalEnabled |
Sets whether to remove the I/Q quadrature error before the CDA measurement.
| |
| SetMeasurementEnabled |
Sets whether to enable the CDA measurement.
| |
| SetMeasurementLength |
Sets the duration of the CDA measurement. This value is expressed in slots.
| |
| SetMeasurementOffset |
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 |
Sets the measurement unit of the code domain power results.
| |
| SetReceiveFilterEnabled |
Sets whether to enable receive filtering.
| |
| SetSpectrumInverted |
Sets whether the signal spectrum is inverted.
| |
| SetSynchronizationMode |
Sets whether the measurement is performed from the frame, slot, or symbol boundary.
| |
| SetUplinkBranch |
Sets the Walsh branch of the channel, subject to channel-specific analysis.
| |
| SetUplinkWalshCodeLength |
Sets the Walsh code length of the channel, subject to channel-specific analysis.
| |
| SetUplinkWalshCodeNumber |
Sets the Walsh code number of the channel, subject to channel-specific analysis.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |