Table of Contents

Enum SignalType

Namespace
TimeSeriesAnalysis.Dynamic
Assembly
TimeSeriesAnalysis.dll

Enum of types of signals that ProcessSimulator must differentiate between

public enum SignalType

Fields

Disturbance_D = 5

The disturbance on the output of a "Process"

External_U = 4

An input to a model that is not from a simulated PID-controller

NonPIDInternal_U = 3

An input to a model that is an output of another process-model

OutputNoise = 8

A noise signal

Output_Y = 6

The output of a "SubProcess"

PID_U = 1

The output/manipulated variable of a PID-controller

SelectorOut = 7

The output of a select block

Setpoint_Yset = 2

Setpoint of a PID-controller

Unset = 0

Unset, should not occur