This information is part of the Modelica Standard Library maintained by the Modelica Association.
InitialStep
Initial step (= step that is 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.FirstExample_Variant2A variant of the first simple StateGraph example | |
| Modelica.StateGraph.Examples.FirstExample_Variant3A variant of the 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 |
