RFmxCdma2kMXCdaConfiguration Class
- Updated2024-07-17
- 6 minute(s) read
RFmx
Provides methods to configure the CDA measurement
Inheritance Hierarchy
Namespace: NationalInstruments.RFmx.Cdma2kMX
Assembly: NationalInstruments.RFmx.Cdma2kMX.Fx40 (in NationalInstruments.RFmx.Cdma2kMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public sealed class RFmxCdma2kMXCdaConfiguration : RFmxCdma2kMXSubObject
Public NotInheritable Class RFmxCdma2kMXCdaConfiguration Inherits RFmxCdma2kMXSubObject
The RFmxCdma2kMXCdaConfiguration type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ConfigureMeasurementChannel |
Configures the spreading factor, spreading code, modulation type, and branch of the channel to be measured. |
![]() | ConfigurePowerUnit |
Configures the powerUnit parameter for the code domain power results, except for the totalPower parameter. |
![]() | ConfigureSynchronizationModeAndInterval |
Configures the synchronizationMode, measurementOffset, and measurementLength parameters for the code domain analysis (CDA) measurement. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object) |
![]() | GetAllTracesEnabled | Gets whether to enable the traces to be stored and retrieved after performing the code domain analysis (CDA). |
![]() | GetBaseSpreadingFactor | Gets the base spreading factor used to calculate the code domain power traces. |
![]() | 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 code domain analysis (CDA) measurement. |
![]() | GetIQOffsetRemovalEnabled | Gets whether to remove I/Q offset before the code domain analysis (CDA) measurement. |
![]() | GetIQQuadratureErrorRemovalEnabled | Gets whether to remove the I/Q quadrature error before the code domain analysis (CDA) measurement. |
![]() | GetMeasurementChannelBranch | Gets the Walsh branch of a channel subject to channel specific analysis. |
![]() | GetMeasurementChannelWalshCodeLength | Gets the Walsh code length of a channel subject to channel specific analysis. |
![]() | GetMeasurementChannelWalshCodeNumber | Gets the Walsh code number of a channel subject to channel specific analysis. |
![]() | GetMeasurementEnabled | Gets whether to enable the code domain analysis (CDA) measurement. |
![]() | GetMeasurementLength | Gets the duration of code domain measurement. This value is expressed in slots. |
![]() | GetMeasurementOffset | Gets the measurement offset to skip from the synchronization boundary. The synchronization boundary is specified by the SetSynchronizationMode(String, RFmxCdma2kMXCdaSynchronizationMode) method. This value is expressed in slots. |
![]() | GetPowerUnit | Gets the measurement unit of the measured code domain power results. |
![]() | GetReceiveFilterEnabled | Gets whether to enable the received filter for the code domain analysis (CDA) measurement. Use this method to disable the filter, if the received signal is already filtered. |
![]() | GetSpectrumInverted | Gets whether the spectrum of the signal 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) |
![]() | SetAllTracesEnabled | Sets whether to enable the traces to be stored and retrieved after performing the code domain analysis (CDA). |
![]() | SetBaseSpreadingFactor | Sets the base spreading factor used to calculate the code domain power traces. |
![]() | SetIQGainImbalanceRemovalEnabled | Sets whether to remove the I/Q gain imbalance before the code domain analysis (CDA) measurement. |
![]() | SetIQOffsetRemovalEnabled | Sets whether to remove I/Q offset before the code domain analysis (CDA) measurement. |
![]() | SetIQQuadratureErrorRemovalEnabled | Sets whether to remove the I/Q quadrature error before the code domain analysis (CDA) measurement. |
![]() | SetMeasurementChannelBranch | Sets the Walsh branch of a channel subject to channel specific analysis. |
![]() | SetMeasurementChannelWalshCodeLength | Sets the Walsh code length of a channel subject to channel specific analysis. |
![]() | SetMeasurementChannelWalshCodeNumber | Sets the Walsh code number of a channel subject to channel specific analysis. |
![]() | SetMeasurementEnabled | Sets whether to enable the code domain analysis (CDA) measurement. |
![]() | SetMeasurementLength | Sets the duration of code domain measurement. This value is expressed in slots. |
![]() | SetMeasurementOffset | Sets the measurement offset to skip from the synchronization boundary. The synchronization boundary is specified by the SetSynchronizationMode(String, RFmxCdma2kMXCdaSynchronizationMode) method. This value is expressed in slots. |
![]() | SetPowerUnit | Sets the measurement unit of the measured code domain power results. |
![]() | SetReceiveFilterEnabled | Sets whether to enable the received filter for the code domain analysis (CDA) measurement. Use this method to disable the filter, if the received signal is already filtered. |
![]() | SetSpectrumInverted | Sets whether the spectrum of the signal is inverted. |
![]() | SetSynchronizationMode | Sets whether the measurement is performed from the frame, slot, or symbol boundary. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |