Enum SignalType
- Namespace
- TimeSeriesAnalysis.Dynamic
- Assembly
- TimeSeriesAnalysis.dll
Enum of types of signals that ProcessSimulator must differentiate between
public enum SignalType
Fields
Disturbance_D = 5The disturbance on the output of a "Process"
External_U = 4An input to a model that is not from a simulated PID-controller
NonPIDInternal_U = 3An input to a model that is an output of another process-model
OutputNoise = 8A noise signal
Output_Y = 6The output of a "SubProcess"
PID_U = 1The output/manipulated variable of a PID-controller
SelectorOut = 7The output of a select block
Setpoint_Yset = 2Setpoint of a PID-controller
Unset = 0Unset, should not occur