![]() |
TopCon API
1.1.0
.Net API to control TopCon devices
|
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...
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... | |
![]() | |
static static string | GetLastError () |
This is the standard constructor, setting the X and Y value of this point to (0.0 | 0.0) More... | |
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.
CH.Regatron.HPPS.TFE.UserDefinedCurvePoint.UserDefinedCurvePoint | ( | Double | amp, |
Double | timeDelta, | ||
CurveComponent.CurveComponentType | newCurveComponentType, | ||
ReDev.TopCon | topCon | ||
) |
amp | |
timeDelta | |
newCurveComponentType | |
topCon |
TC.FnTimeData CH.Regatron.HPPS.TFE.UserDefinedCurvePoint.GetFnTimeDataObject | ( | ) |
This method returns the included FnTimeDataObject (for internal use only!)
override String CH.Regatron.HPPS.TFE.UserDefinedCurvePoint.ToString | ( | ) |
Writes out a summary of this CurvePoint (incl. the static settings)