WOLFRAM SYSTEM MODELER

CompositeStepStatePort_out

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

Wolfram Language

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

Connector Variables (3)

suspend

Causality: Output

Type: Boolean

Description: = true, if suspend transition of CompositeStep fires

resume

Causality: Output

Type: Boolean

Description: = true, if resume transition of CompositeStep fires

activeStepsDummy

Causality: None

Type: Real

Description: Dummy variable in order that connector fulfills restriction of connector

Flow Variables (1)

activeSteps

Type: Real

Description: Number of active steps in the CompositeStep

Used in Components (1)

CompositeStepState

Modelica.StateGraph.Interfaces

Communication channel between CompositeSteps and steps in the CompositeStep