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.

SpiceCustomBlock

The dynamical behavior of the block is defined with Spice language in a script.

Attention: Available only with Activate commercial edition.

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.

ExternalFunction

This block can be used to call an external function provided by a dynamic library (a .dll or .so file)

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.

PCustomBlock

The behavior of this block can be user-defined in OML language.