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


Glossary Item Box

Gets or sets whether the Y points in the limit line are absolute or relative.

Syntax

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

Remarks

If YReference is LimitLineYReference.Relative, then the reference value is Trace.YRefLevel. If YReference is LimitLineYReference.User, then the reference value is YReferenceUser. When the limit line is applied to the data, the reference value is added to all Y-value limit line points.

Requirements

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

See Also