RFmx SpecAn DOTNET

RFmxSpecAnMXChpNoiseCompensationEnabled Enumeration

  • Updated2024-07-17
  • 1 minute(s) read
RFmxSpecAnMXChpNoiseCompensationEnabled Enumeration

RFmxSpecAnMXChpNoiseCompensationEnabled Enumeration

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

Namespace: NationalInstruments.RFmx.SpecAnMX
Assembly: NationalInstruments.RFmx.SpecAnMX.Fx40 (in NationalInstruments.RFmx.SpecAnMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public enum RFmxSpecAnMXChpNoiseCompensationEnabled
Public Enumeration RFmxSpecAnMXChpNoiseCompensationEnabled

Members

Member nameValueDescription
False0Disables noise compensation.
True1Enables noise compensation.

See Also