| Package | Description |
|---|---|
| com.interpss.dstab.controller.block.adapt | |
| com.interpss.dstab.controller.cml.func |
| Modifier and Type | Class and Description |
|---|---|
class |
CMLLookupTableFunctionAdapter
ICMLLookupTableFunction interface implementation adapter
|
| Modifier and Type | Class and Description |
|---|---|
class |
FexComboFunction
Use the input of VE and IFD to calculate and return the Fex function result fex(IN).
|
class |
FexFunction
A Function to calculate Rectifier regulation Fex(In) per IEEE 421.5, Appendix-D
|
class |
GainFunction
A function for calculating y = k * u
|
class |
HighValueFunction
A function to select high input value y = max[u1, u2]
|
class |
LoadCompFunction |
class |
LookupTableFunction
A function for calculating y = k * u
|
class |
LowValueFunction
A function to select low input value y = min[u1, u2]
|
class |
MultiplyFunction |
class |
PowerFunction
An implementation of Power function: output = input ^ k, k = 0, 1, 2, ...
|
class |
SeFunction
An implementation of function y = Se(Efd)
|
class |
SwitchFunction
A function for calculating y = k * u
|
class |
VthevFunction
Function : y = | Kp * Vt + j Ki * It |
|