TopCon API  1.1.0
.Net API to control TopCon devices
CH.Regatron.HPPS.TFE.AAPCurvePoint Class Reference

This class represents the AAP curve points. More...

Inheritance diagram for CH.Regatron.HPPS.TFE.AAPCurvePoint:
Inheritance graph

Public Member Functions

 AAPCurvePoint (Double xValue, Double yValue, CurveComponent.CurveComponentType newXCurveComponentType, CurveComponent.CurveComponentType newYCurveComponentType, ReDev.TopCon myTopCon)
 This constructor allows to create an object that holds the values of an AAP curve component. More...
 
CurveComponent.CurveComponentType GetXCurveComponentType ()
 
- Public Member Functions inherited from CH.Regatron.HPPS.TFE.CurvePoint
static static string GetLastError ()
 This is the standard constructor, setting the X and Y value of this point to (0.0 | 0.0) More...
 

Detailed Description

This class represents the AAP curve points.

Constructor & Destructor Documentation

◆ AAPCurvePoint()

CH.Regatron.HPPS.TFE.AAPCurvePoint.AAPCurvePoint ( Double  xValue,
Double  yValue,
CurveComponent.CurveComponentType  newXCurveComponentType,
CurveComponent.CurveComponentType  newYCurveComponentType,
ReDev.TopCon  myTopCon 
)

This constructor allows to create an object that holds the values of an AAP curve component.

Parameters
xValueThis parameter holds the independent value ( X-axis).
yValueThis parameter holds the dependent value (Y-axis).
newXCurveComponentType
newYCurveComponentType
myTopConReference to the parent TopCon object.

Member Function Documentation

◆ GetXCurveComponentType()

CurveComponent.CurveComponentType CH.Regatron.HPPS.TFE.AAPCurvePoint.GetXCurveComponentType ( )

Returns