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

Objects of this class contain data of points in a user defined curve. They consist of two-tupel of the format: (U/I/P-value, deltaTime). Prior to the use, the static function prepareUse has to be called to correctly initialize the use. More...

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

Public Member Functions

 UserDefinedCurvePoint (Double amp, Double timeDelta, CurveComponent.CurveComponentType newCurveComponentType, ReDev.TopCon topCon)
 
TC.FnTimeData GetFnTimeDataObject ()
 This method returns the included FnTimeDataObject (for internal use only!) More...
 
override String ToString ()
 Writes out a summary of this CurvePoint (incl. the static settings) More...
 
- 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

Objects of this class contain data of points in a user defined curve. They consist of two-tupel of the format: (U/I/P-value, deltaTime). Prior to the use, the static function prepareUse has to be called to correctly initialize the use.

Constructor & Destructor Documentation

◆ UserDefinedCurvePoint()

CH.Regatron.HPPS.TFE.UserDefinedCurvePoint.UserDefinedCurvePoint ( Double  amp,
Double  timeDelta,
CurveComponent.CurveComponentType  newCurveComponentType,
ReDev.TopCon  topCon 
)

Parameters
amp
timeDelta
newCurveComponentType
topCon

Member Function Documentation

◆ GetFnTimeDataObject()

TC.FnTimeData CH.Regatron.HPPS.TFE.UserDefinedCurvePoint.GetFnTimeDataObject ( )

This method returns the included FnTimeDataObject (for internal use only!)

Returns
The FnTimeDataObject.

◆ ToString()

override String CH.Regatron.HPPS.TFE.UserDefinedCurvePoint.ToString ( )

Writes out a summary of this CurvePoint (incl. the static settings)

Returns
A short representation of the User