GetDroopCompensationEnabled(string, out RFmxGsmMXModAccDroopCompensationEnabled)
- Updated2025-10-13
- 1 minute(s) read
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.
Syntax
Namespace: NationalInstruments.RFmx.GsmMX
public int GetDroopCompensationEnabled(string selectorString, out RFmxGsmMXModAccDroopCompensationEnabled value)
Remarks
This method gets 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 | out RFmxGsmMXModAccDroopCompensationEnabled | Upon return, contains 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.