CompositeStep2

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

Diagram

Parameters (3)

nSuspend

Value: 1

Type: Integer

Description: Number of suspend ports

nResume

Value: 1

Type: Integer

Description: Number of resume ports

waitTime

Value: 2

Type: SetRealParameter

Description: waiting time in this composite step

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 (6)

stateGraphRoot

Type: CompositeStepState

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

outerState

Type: OuterState

innerState

Type: InnerState

transition

Type: Transition

initStep

Type: Step

exitStep

Type: Step

Used in Components (1)

CompositeStep1

Modelica.StateGraph.Examples.Utilities

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