This information is part of the Modelica Standard Library maintained by the Modelica Association.
Parallel
Parallel splitting of execution path (use component between two transitions)
CONNECTORS
| Name | Type | Description | |
|---|---|---|---|
| inPort | Step_in | ||
| outPort | Step_out | ||
| join | Transition_in_forParallel[nBranches] | ||
| split | Transition_out_forParallel[nBranches] |
PARAMETERS
| Name | Type | Default Value | Description |
|---|---|---|---|
| nBranches | Integer | 2 | Number of parallel branches that are executed in parallel |
USED IN EXAMPLES
| Modelica.StateGraph.Examples.ExecutionPathsExample to demonstrate parallel and alternative execution paths | |
| Modelica.StateGraph.Examples.ShowCompositeStepExample to demonstrate parallel activities described by a StateGraph |
