Table of Contents

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 = 3

Disturbance model

Divide = 5

Divide block

GainSchedModel = 6

GainSched block

PID = 1

PID-controller model

Select = 4

Select-block

SubProcess = 2

SubProcess model (a "normal" unit process)

UnTyped = 0

Type is not set