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


Glossary Item Box

Gets or sets a value indicating whether to remove kTB noise when Mode=IQNoiseCorrectionMode.UncorrelatedAnalyzerNoise.

Syntax

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

Remarks

When false, the Temperature must be specified.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 29.40

See Also