CustomBlocks
CCustomBlock
This is a customizable block that you can define in C language.
OmlCustomBlock
The behavior of this block can be user-defined in OML language.
PyCustomBlock
The behavior of this block can be user-defined in Python language.
MoCustomBlock
The behavior of this block is user-defined in Modelica language.
MoCustomComponent
This blocks allows users to define a component behavior in Modelica language.
MoExpression
The output of this block is a real scalar obtained by evaluating the Modelica expressions specified as block parameters. The expression is given in terms of variables u1,...un (except if using custom input names) where ui is the ith scalar input.
IncludeDiagram
This block provides a generic interface for including diagrams from other Activate models. It gives the possibility to choose between several diagrams.
IncludeDiagramComponent
This block provides a generic interface for including diagrams from other Activate models. It gives the possibility to choose between several diagrams.
ExecOmlScript
This block executes a user-defined command or script in OpenMatrix Language.
ExecPythonScript
This block executes a user-defined command or script in Python.