RFmxGsmMXModAccConfiguration Methods
- Updated2024-07-17
- 4 minute(s) read
RFmx
The RFmxGsmMXModAccConfiguration type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ConfigureAveraging |
Configures averaging for the modulation accuracy (ModAcc) measurement. |
![]() | ConfigureDroopCompensationEnabled |
Configures whether to enable droop compensation for the modulation accuracy (ModAcc) 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 modulation accuracy (ModAcc) measurement. |
![]() | GetAveragingCount | Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxGsmMXModAccAveragingEnabled) method to True. |
![]() | GetAveragingEnabled | Gets whether to enable averaging for the modulation accuracy (ModAcc) measurement. |
![]() | GetDroopCompensationEnabled | Gets whether to enable droop compensation for the modulation accuracy (ModAcc) measurement. Droop compensation allows the ModAcc measurement to minimize the contribution of amplifier power variations to the EVM results. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) |
![]() | GetMeasurementEnabled | Gets whether to enable modulation accuracy (ModAcc) measurements on the acquired signal. |
![]() | GetNumberOfAnalysisThreads | Gets the maximum number of threads used for parallelism for the ModAcc 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. |
![]() | 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 modulation accuracy (ModAcc) measurement. |
![]() | SetAveragingCount | Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxGsmMXModAccAveragingEnabled) method to True. |
![]() | SetAveragingEnabled | Sets whether to enable averaging for the modulation accuracy (ModAcc) measurement. |
![]() | SetDroopCompensationEnabled | Sets whether to enable droop compensation for the modulation accuracy (ModAcc) measurement. Droop compensation allows the ModAcc measurement to minimize the contribution of amplifier power variations to the EVM results. |
![]() | SetMeasurementEnabled | Sets whether to enable modulation accuracy (ModAcc) measurements on the acquired signal. |
![]() | SetNumberOfAnalysisThreads | Sets the maximum number of threads used for parallelism for the ModAcc 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. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |