![]() |
TopCon API
1.1.0
.Net API to control TopCon devices
|
This is a wrapper class to cover all aspects that Rectangle and Triangle curve have in common.
Do not use this, instead instantiate objects of the following classes:
More...
Additional Inherited Members | |
![]() | |
enum | CurveComponentType { CurveComponentType.VOLTAGEComponent = 0, CurveComponentType.CURRENTComponent = 1, CurveComponentType.POWERComponent = 2, CurveComponentType.INVALID = 99 } |
This list allows to identify/notify which component is to be used when data has to be drawn from a CurveContainer. The CurveComponentType is set while adding the curveComponent to the TFECurve. Therefore the CCType is commonly not set when the CC is not linked to a TFECurve. More... | |
enum | CurveComponentBaseFunctionType { CurveComponentBaseFunctionType.SINUS = 0, CurveComponentBaseFunctionType.RECTANGLE = 1, CurveComponentBaseFunctionType.TRIANGLE = 2, CurveComponentBaseFunctionType.USERDEFINED = 3, CurveComponentBaseFunctionType.AAP = 4, CurveComponentBaseFunctionType.UNKNOWN = 100 } |
This enumeration contains the identifiers for the type of the BASE FUNCTION of the curve component. There exist several time-based functions (like sinus or rectangle, ...) or the user can choose the Area Application Processing feature, hence a function of the form x = f(y) with x, y voltage, current or power. More... | |
![]() | |
static static string | GetLastError () |
This is a wrapper class to cover all aspects that Rectangle and Triangle curve have in common.
Do not use this, instead instantiate objects of the following classes: