SetDroopCompensationEnabled(string, RFmxGsmMXModAccDroopCompensationEnabled)
- Updated2025-10-13
- 1 minute(s) read
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.
Syntax
Namespace: NationalInstruments.RFmx.GsmMX
public int SetDroopCompensationEnabled(string selectorString, RFmxGsmMXModAccDroopCompensationEnabled value)
Remarks
This method sets the value of ModAccDroopCompensationEnabled attribute.The default value is False.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | RFmxGsmMXModAccDroopCompensationEnabled | Specifies 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. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.