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


Glossary Item Box

Gets or sets a value indicating whether this trace may be visually overlaid with another trace.

Syntax

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

Remarks

If this trace window is place over another trace window in a tab group, then this property determines whether all traces are drawn, or only the top trace. If this property is set True, then all traces in the tab group are displayed that also have IsOverlay set to True.

Requirements

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

See Also