WOLFRAM SYSTEM MODELER

PartialStep

Partial step with one input and one output transition port

Wolfram Language

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

Parameters (2)

nIn

Value: 0

Type: Integer

Description: Number of input connections

nOut

Value: 0

Type: Integer

Description: Number of output connections

Outputs (1)

localActive

Type: Boolean

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

Connectors (2)

inPort

Type: Step_in[nIn]

Description: Vector of step input connectors

outPort

Type: Step_out[nOut]

Description: Vector of step output connectors

Components (2)

stateGraphRoot

Type: CompositeStepState

Description: Communication channel between CompositeSteps and steps in the CompositeStep

outerStatePort

Type: OuterStatePort

Extended by (4)

StepWithSignal

Modelica.StateGraph

Ordinary step (= step that is not active when simulation starts). Connector 'active' is true when the step is active

Step

Modelica.StateGraph

Ordinary step (= step that is not active when simulation starts)

InitialStepWithSignal

Modelica.StateGraph

Initial step (= step that is active when simulation starts). Connector 'active' is true when the step is active

InitialStep

Modelica.StateGraph

Initial step (= step that is active when simulation starts)