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


Glossary Item Box

Gets or sets a value indicating whether to use the edges of the Top of the pulse in calculating the rise, fall, and pulse width thresholds.

Syntax

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

Property Value

The default value is false.

Remarks

If this is set true, then the droop is taken into account when calculating the rise, fall, and width thresholds, (i.e. they are calculated using the levels around the nearest edges of the pulse rather than the average top level).

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 19.00

See Also