WOLFRAM SYSTEM MODELER

FirstExample

A first simple StateGraph example

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.StateGraph.Examples.FirstExample"]
Out[1]:=

Components (5)

initialStep

Type: InitialStep

Description: Initial step (= step that is active when simulation starts)

transition1

Type: Transition

Description: Transition where the fire condition is set by a modification of variable condition

step

Type: Step

Description: Ordinary step (= step that is not active when simulation starts)

transition2

Type: Transition

Description: Transition where the fire condition is set by a modification of variable condition

stateGraphRoot

Type: StateGraphRoot

Description: Root of a StateGraph (has to be present on the highest level of a StateGraph)