WOLFRAM SYSTEM MODELER

CompositeStepState

Communication channel between CompositeSteps and steps in the CompositeStep

Wolfram Language

In[1]:=
SystemModel["Modelica.StateGraph.Interfaces.CompositeStepState"]
Out[1]:=

Outputs (2)

suspend

Default Value: false

Type: Boolean

Description: = true, if suspend transition of CompositeStep fires

resume

Default Value: false

Type: Boolean

Description: = true, if resume transition of CompositeStep fires

Connectors (1)

subgraphStatePort

Type: CompositeStepStatePort_out

Description: Communication port between a CompositeStep and the ordinary steps within the CompositeStep (suspend/resume are outputs)

Used in Components (2)

PartialStep

Modelica.StateGraph.Interfaces

Partial step with one input and one output transition port

PartialCompositeStep

Modelica.StateGraph

Superclass of a subgraph, i.e., a composite step that has internally a StateGraph

Extended by (1)

StateGraphRoot

Modelica.StateGraph

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