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


Glossary Item Box

Gets or sets whether the points are in the time or frequency domain.

Syntax

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

Remarks

The value of XDomain determines the X unit of the limit line points. The limit line can only be applied to traces with a matching X unit. The value of XDomain along with YFormat and YUnit determine the Y unit of the limit line points.

Requirements

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

See Also