Enum ModelType
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
Namespace: TimeSeriesAnalysis.Dynamic
Assembly: TimeSeriesAnalysis.dll
Syntax
public enum ModelType
Fields
| Name | Description |
|---|---|
| Disturbance | Disturbance model |
| Divide | Divide block |
| GainSchedModel | GainSched block |
| PID | PID-controller model |
| Select | Select-block |
| SubProcess | SubProcess model (a "normal" unit process) |
| UnTyped | Type is not set |