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


Glossary Item Box

Gets the number of points in the limit line.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property Count As Integer
C# 
public abstract int Count {get;}
C++/CLI 
public:
abstract property int Count {
   int get();
}

Remarks

Use ConnectPoints, XPoints, and YPoints to get the points in the limit line. Use SetPoints to set the points in the limit line.

Requirements

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

See Also