Enum SignalType
Enum of types of signals that ProcessSimulator must differentiate between
Namespace: TimeSeriesAnalysis.Dynamic
Assembly: TimeSeriesAnalysis.dll
Syntax
public enum SignalType
Fields
Name | Description |
---|---|
Disturbance_D | The disturbance on the output of a "Process" |
External_U | An input to a model that is not from a simulated PID-controller |
NonPIDInternal_U | An input to a model that is an output of another process-model |
Output_Y | The output of a "SubProcess" |
PID_U | The output/manipulated variable of a PID-controller |
SelectorOut | The output of a select block |
Setpoint_Yset | Setpoint of a PID-controller |
Unset | Unset, should not occur |