Enum ModelType
- Namespace
- TimeSeriesAnalysis.Dynamic
- Assembly
- TimeSeriesAnalysis.dll
Enum of recognized types of unit-models.
This type is used to set the unit model unique identifier and is also used in internal logic in the large-scale dynamic simulations
public enum ModelType
Fields
Disturbance = 3Disturbance model
Divide = 5Divide block
GainSchedModel = 6GainSched block
PID = 1PID-controller model
Select = 4Select-block
SubProcess = 2SubProcess model (a "normal" unit process)
UnTyped = 0Type is not set