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


Glossary Item Box

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

Syntax

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

Remarks

If XReference is vsaLimLineXRefRelative, then reference point is determined by XDomain. If XDomain is LimitLineXDomain.Frequency, then the reference by is the center frequency. If XDomain is LimitLineXDomain.Time, then the reference is the start time. When the limit line is applied to the data, the reference point X-value is added to all X-value limit line points.

Requirements

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

See Also