WOLFRAM SYSTEM MODELER
InitialStepInitial step (= step that is active when simulation starts) |
SystemModel["Modelica.StateGraph.InitialStep"]
nIn |
Value: 0 Type: Integer Description: Number of input connections |
---|---|
nOut |
Value: 0 Type: Integer Description: Number of output connections |
localActive |
Type: Boolean Description: = true, if step is active, otherwise the step is not active |
---|---|
active |
Type: Boolean Description: = true, if step is active, otherwise the step is not active |
inPort |
Type: Step_in[nIn] Description: Vector of step input connectors |
|
---|---|---|
outPort |
Type: Step_out[nOut] Description: Vector of step output connectors |
stateGraphRoot |
Type: CompositeStepState Description: Communication channel between CompositeSteps and steps in the CompositeStep |
|
---|---|---|
outerStatePort |
Type: OuterStatePort |
Modelica.StateGraph.Examples A first simple StateGraph example |
|
Modelica.StateGraph.Examples A variant of the first simple StateGraph example |
|
Modelica.StateGraph.Examples A variant of the first simple StateGraph example |
|
Modelica.StateGraph.Examples Example to demonstrate parallel and alternative execution paths |
|
Modelica.StateGraph.Examples Example to demonstrate parallel activities described by a StateGraph |
|
Modelica.StateGraph.Examples Example to demonstrate how a hierarchically structured StateGraph can suspend and resume actions on different levels |
Modelica.StateGraph.Examples.Utilities Controller for tank system |
|
Modelica.Fluid.Examples.ControlledTankSystem.Utilities Controller for tank system |
|
Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses |