CompositeStep1

Composite step used to demonstrate exceptions (in StateGraph.Examples.ShowExceptions)

Diagram

Parameters (2)

nSuspend

Value: 1

Type: Integer

Description: Number of suspend ports

nResume

Value: 1

Type: Integer

Description: Number of resume ports

Outputs (1)

active

Type: Boolean

Description: = true if step is active, otherwise the step is not active

Connectors (4)

inPort

Type: Step_in

outPort

Type: Step_out

suspend

Type: CompositeStep_suspend[nSuspend]

resume

Type: CompositeStep_resume[nResume]

Components (12)

stateGraphRoot

Type: CompositeStepState

Description: Communication port between the CompositeStep and the steps within the CompositeStep

outerState

Type: OuterState

innerState

Type: InnerState

transition1

Type: Transition

initStep

Type: Step

exitStep

Type: Step

compositeStep11

Type: CompositeStep2

compositeStep12

Type: CompositeStep2

transition2

Type: Transition

transition3

Type: Transition

transition4

Type: Transition

Alternative1

Type: Alternative

Used in Examples (1)

ShowExceptions

Modelica.StateGraph.Examples

Example to demonstrate how a hierarchically structured StateGraph can suspend and resume actions on different levels