WOLFRAM SYSTEM MODELER
ParallelParallel splitting of execution path (use component between two transitions) |
|
SystemModel["Modelica.StateGraph.Parallel"]

| nBranches |
Value: 2 Type: Integer Description: Number of parallel branches that are executed in parallel |
|---|
| inPort |
Type: Step_in Description: Input port of a step |
|
|---|---|---|
| outPort |
Type: Step_out Description: Output port of a step |
|
| join |
Type: Transition_in_forParallel[nBranches] Description: Input port of a transition (has special icon for usage in component 'Parallel') |
|
| split |
Type: Transition_out_forParallel[nBranches] Description: Output port of a transition (has special icon for usage in component 'Parallel') |
|
Modelica.StateGraph.Examples Example to demonstrate parallel and alternative execution paths |
|
|
Modelica.StateGraph.Examples Example to demonstrate parallel activities described by a StateGraph |
|
Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses |