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


Glossary Item Box

Gets or sets a value indicating whether the mean value is removed from trend lines.

Syntax

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

Property Value

The default value is false.

Remarks

This only affects trend lines and histograms.

Requirements

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

See Also