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


Glossary Item Box

Gets or sets an array containing the X values for all points in the limit line.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property XPoints As Double()
C# 
public abstract double[] XPoints {get; set;}
C++/CLI 
public:
abstract property array<double>^ XPoints {
   array<double>^ get();
   void set (    array<double>^ value);
}

Remarks

XPoints is an array of booleans that is Count elements long. This property returns an empty variant if Count is zero. XPoints is always the same size as ConnectPoints and YPoints. Use SetPoints to set the X-values (along with connect- and Y-values) of all points in the limit line.

Requirements

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

See Also