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


Glossary Item Box

Gets or sets whether a single line or just the connect points are drawn for the limit/margin lines.

Syntax

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

Remarks

If a single line is chosen, then the sections between the limit line segments are drawn as lines at the upper side of the trace (if YSide is LimitLineYSide.Upper) or the lower side of the trace (if YSide is LimitLineYSide.Lower).

Requirements

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

See Also