WOLFRAM SYSTEM MODELER
CompositeStep1Composite step used to demonstrate exceptions (in StateGraph.Examples.ShowExceptions) |
SystemModel["Modelica.StateGraph.Examples.Utilities.CompositeStep1"]
nSuspend |
Value: 1 Type: Integer Description: Number of suspend ports |
---|---|
nResume |
Value: 1 Type: Integer Description: Number of resume ports |
active |
Type: Boolean Description: = true, if step is active, otherwise the step is not active |
---|
inPort |
Type: Step_in Description: Input port of a step |
|
---|---|---|
outPort |
Type: Step_out Description: Output port of a step |
|
suspend |
Type: CompositeStep_suspend[nSuspend] Description: Output port of a step (used for suspend connector of a CompositeStep) |
|
resume |
Type: CompositeStep_resume[nResume] Description: Input port of a step (used for resume connector of a CompositeStep) |
stateGraphRoot |
Type: CompositeStepState Description: Communication port between the CompositeStep and the steps within the CompositeStep |
|
---|---|---|
outerState |
Type: OuterState Description: Block containing the port that is connected to the outer stateGraphRoot |
|
innerState |
Type: InnerState |
|
transition1 |
Type: Transition Description: Transition where the fire condition is set by a modification of variable condition |
|
initStep |
Type: Step Description: Ordinary step (= step that is not active when simulation starts) |
|
exitStep |
Type: Step Description: Ordinary step (= step that is not active when simulation starts) |
|
compositeStep11 |
Type: CompositeStep2 Description: Composite step used to demonstrate exceptions (in StateGraph.Examples.ShowExceptions) |
|
compositeStep12 |
Type: CompositeStep2 Description: Composite step used to demonstrate exceptions (in StateGraph.Examples.ShowExceptions) |
|
transition2 |
Type: Transition Description: Transition where the fire condition is set by a modification of variable condition |
|
transition3 |
Type: Transition Description: Transition where the fire condition is set by a modification of variable condition |
|
transition4 |
Type: Transition Description: Transition where the fire condition is set by a modification of variable condition |
|
Alternative1 |
Type: Alternative Description: Alternative splitting of execution path (use component between two steps) |
Modelica.StateGraph.Examples Example to demonstrate how a hierarchically structured StateGraph can suspend and resume actions on different levels |