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


Glossary Item Box

Gets or sets the CW upper threshold.

Syntax

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

Remarks

Rise and fall times of the Interrogator CW signal are determined by two threshold levels. These levels are specified as a percentage of the steady-state CW level. The default value of the upper threshold is 90%.

Requirements

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

See Also