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


Glossary Item Box

Gets or sets a value indicating whether the slope of a linear fit is removed from trend lines.

Syntax

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

Property Value

The default value is false.

Remarks

This only affects trend lines and histograms. Note that this is a per-sample computation (the time between points is not taken into account).

Requirements

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

See Also