WOLFRAM SYSTEM MODELER

Parallel

Parallel splitting of execution path (use component between two transitions)

Wolfram Language

In[1]:=
SystemModel["Modelica.StateGraph.Parallel"]
Out[1]:=

Parameters (1)

nBranches

Value: 2

Type: Integer

Description: Number of parallel branches that are executed in parallel

Connectors (2)

inPort

Type: Step_in

Description: Input port of a step

outPort

Type: Step_out

Description: Output port of a step

Used in Examples (2)

ExecutionPaths

Modelica.StateGraph.Examples

Example to demonstrate parallel and alternative execution paths

ShowCompositeStep

Modelica.StateGraph.Examples

Example to demonstrate parallel activities described by a StateGraph

Used in Components (1)

Controller

Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses