This information is part of the Modelica Standard Library maintained by the Modelica Association.
Alternative
Alternative splitting of execution path (use component between two steps)
CONNECTORS
| Name | Type | Description | |
|---|---|---|---|
| inPort | Transition_in | ||
| outPort | Transition_out | ||
| join | Step_in_forAlternative[nBranches] | ||
| split | Step_out_forAlternative[nBranches] |
PARAMETERS
| Name | Type | Default Value | Description |
|---|---|---|---|
| nBranches | Integer | 2 | Number of alternative branches |
USED IN EXAMPLES
| Modelica.StateGraph.Examples.ExecutionPathsExample to demonstrate parallel and alternative execution paths |
USED IN COMPONENTS
| Modelica.StateGraph.Examples.Utilities.CompositeStepState machine demonstrating a composite step (used in StateGraph.Examples.ShowCompositeStep) | |
| Modelica.StateGraph.Examples.Utilities.CompositeStep1Composite step used to demonstrate exceptions (in StateGraph.Examples.ShowExceptions) |
