| Name | Description |
|---|
| FirstExample | A first simple Modelica_StateGraph2 example |
| FirstExample_Variant2 | Same as FirstExample, but using an autonomous Parallel step to start the graph and not an initial step |
| FirstExample_Variant3 | Same as FirstExample, but formulating the transition condition of T2 with logical blocks |
| FirstExample_Variant4 | Same as FirstExample_Variant3, but without a delayed transition (by switching the check off) |
| Sequence | Example to demonstrate a sequence of simple steps |
| Composite1 | Example of a composite step |
| Composite2 | Example of a composite step as submodel |
| ParallelBranches | Example to demonstrate parallel execution paths |
| ParallelWithSuspendAndNoResume | Same as example ParallelBranches, but the parallel execution path is suspended and then resumed from the inPort |
| ParallelInsideDelay | Demonstrates that a delay in one branch of a Parallel is sufficient so that no infinite event looping occurs |
| ParallelOutsideDelay | Demonstrates that a delay outside of a Parallel is sufficient so that no infinite event looping occurs |
| ParallelAutonomous | Demonstrates Parallel that runs autonomously |
| Actions1 | Demonstrates MultiSwitch and ShowValue |
| Actions2 | Demonstrates rising and falling edge action blocks |
| Actions3 | Demonstrates usage of TriggeredAdd action block |
| ParallelWithActions | Demonstrates usage of MultiSwitch block for branches executing in parallel |
| Utilities | Utility models used in the examples |