GetNoiseCompensationEnabled(string, out RFmxNRMXModAccNoiseCompensationEnabled)
- Updated2025-10-13
- 1 minute(s) read
Gets whether the contribution of the instrument noise is compensated for EVM computation. You must measure the noise floor before applying the noise compensation. The instrument noise floor is measured for the RF path used by the ModAcc measurement and cached for future use.
Syntax
Namespace: NationalInstruments.RFmx.NRMX
public int GetNoiseCompensationEnabled(string selectorString, out RFmxNRMXModAccNoiseCompensationEnabled value)
Remarks
This method gets the value of ModAccNoiseCompensationEnabled 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 RFmxNRMXModAccNoiseCompensationEnabled | Upon return, contains whether to enable the noise compensation for the measurement or not. This is applicable only if the SetMeasurementMode(string, RFmxNRMXModAccMeasurementMode) method is set to Measure. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.