public class VthevFunction extends CMLFunctionAdapter
| Constructor and Description |
|---|
VthevFunction(double kp,
double ki)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
eval(double[] dAry)
evaluate function value based on the input double array.
|
java.lang.String |
toString() |
addCMLVarRec, debugInfo, getU, getVarRecList, hasInput, readData, writeDatapublic VthevFunction(double kp,
double ki)
kp - ki - public double eval(double[] dAry)
eval in interface ICMLFunctioneval in class CMLFunctionAdapterdAry - contains two values [ Vt, It ]public java.lang.String toString()
toString in class java.lang.Object