Gets whether the RFmx driver compensates for the instrument noise when performing the measurement. To compensate for instrument noise when performing a CHP measurement, set the SetNoiseCalibrationMode(string, RFmxLteMXChpNoiseCalibrationMode) method to Auto, or set the CHP Noise Cal Mode method to Manual and the SetMeasurementMode(string, RFmxLteMXChpMeasurementMode) method to Measure. Refer to the measurement guidelines section in the Noise Compensation Algorithm topic for more information.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int GetNoiseCompensationEnabled(string selectorString, out RFmxLteMXChpNoiseCompensationEnabled value)

Remarks

This method gets the value of ChpNoiseCompensationEnabled attribute. The default value is False.

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

valueout RFmxLteMXChpNoiseCompensationEnabled

Upon return, contains whether the RFmx driver compensates for the instrument noise when performing the measurement. To compensate for instrument noise when performing a CHP measurement, set the SetNoiseCalibrationMode(string, RFmxLteMXChpNoiseCalibrationMode) method to Auto, or set the CHP Noise Cal Mode method to Manual and the SetMeasurementMode(string, RFmxLteMXChpMeasurementMode) method to Measure. Refer to the measurement guidelines section in the Noise Compensation Algorithm topic for more information.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.