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


Glossary Item Box

Gets or sets whether the limit line is on the upper or lower side of the trace.

Syntax

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

Remarks

If YSide is LimitLineYSide.Upper, then any trace data Y-values that are larger than the corresponding limit line Y-values cause the limit line to fail. If YSide is LimitLineYSide.Lower, then any trace data Y-values that are smaller than the corresponding limit line Y-values cause the limit line to fail.

Requirements

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

See Also