Keysight Pathwave 89600 VSA .NET API
NoiseCorrection Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Spectrum Class : NoiseCorrection Property


Glossary Item Box

Gets or sets a value indicating whether noise correction is enabled.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property NoiseCorrection As Boolean
C# 
public abstract bool NoiseCorrection {get; set;}
C++/CLI 
public:
abstract property bool NoiseCorrection {
   bool get();
   void set (    bool value);
}

Remarks

A noise reference measurement will be made when the setup changes, the measurement is restarted, or at each sweep. The settings used for the noise reference measurement are the same as the current measurement setup except that the input is terminated.Defaults to false.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also