This information is part of the Modelica Standard Library maintained by the Modelica Association.
CompositeStep
State machine demonstrating a composite step (used in StateGraph.Examples.ShowCompositeStep)
CONNECTORS
| Name | Type | Description | |
|---|---|---|---|
| inPort | Step_in | ||
| outPort | Step_out | ||
| suspend | CompositeStep_suspend[nSuspend] | ||
| resume | CompositeStep_resume[nResume] |
PARAMETERS
| Name | Type | Default Value | Description |
|---|---|---|---|
| nSuspend | Integer | 1 | Number of suspend ports |
| nResume | Integer | 1 | Number of resume ports |
USED IN EXAMPLES
| Modelica.StateGraph.Examples.ShowCompositeStepExample to demonstrate parallel activities described by a StateGraph |
