Keysight Pathwave 89600 VSA .NET API
CWSettlingThreshold Property
See Also 
Agilent.SA.Vsa.Rfid.Interfaces Assembly > Agilent.SA.Vsa.Rfid Namespace > MeasurementExtension Class : CWSettlingThreshold Property


Glossary Item Box

Gets or sets the CW settling threshold.

Syntax

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

Remarks

The settling time of the Interrogator CW signal is determined by a threshold. The value is a percentage of the steady-state CW level. The CW signal is considered to be settled when it stays within the settling threshold of the steady-state CW level.

Requirements

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

See Also