This information is part of the Modelica Standard Library maintained by the Modelica Association.
Step
Ordinary step (= step that is not active when simulation starts)
CONNECTORS
| Name | Type | Description | |
|---|---|---|---|
| inPort | Step_in[nIn] | Vector of step input connectors | |
| outPort | Step_out[nOut] | Vector of step output connectors |
PARAMETERS
| Name | Type | Default Value | Description |
|---|---|---|---|
| nIn | Integer | 1 | Number of input connections |
| nOut | Integer | 1 | Number of output connections |
USED IN EXAMPLES
| Modelica.StateGraph.Examples.FirstExampleA first simple StateGraph example | |
| Modelica.StateGraph.Examples.ExecutionPathsExample to demonstrate parallel and alternative execution paths | |
| Modelica.StateGraph.Examples.ShowCompositeStepExample to demonstrate parallel activities described by a StateGraph | |
| Modelica.StateGraph.Examples.ShowExceptionsExample to demonstrate how a hierarchically structured StateGraph can suspend and resume actions on different levels |
USED IN COMPONENTS
| Modelica.StateGraph.Examples.Utilities.TankControllerController for tank system | |
| Modelica.StateGraph.Examples.Utilities.MakeProductState machine defining the time instants when to fill or empty a tank | |
| 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) | |
| Modelica.StateGraph.Examples.Utilities.CompositeStep2Composite step used to demonstrate exceptions (in StateGraph.Examples.ShowExceptions) |
