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


index
Index for the point of interest.
x
X point value
y
Y point value
isConnect
Whether the point is connected or not.

Glossary Item Box

Set a single new point (X, Y, and Connect) for the limit line and does not affect any other points.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function SetPoint( _
   ByVal index As Integer, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal isConnect As Boolean _
) As Integer
C# 
public abstract int SetPoint( 
   int index,
   double x,
   double y,
   bool isConnect
)
C++/CLI 
public:
abstract int SetPoint( 
   int index,
   double x,
   double y,
   bool isConnect
) 

Parameters

index
Index for the point of interest.
x
X point value
y
Y point value
isConnect
Whether the point is connected or not.

Return Value

The index of the resultant point.

Requirements

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

See Also