StepWithSignal

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

Parameters (2)

nIn

Value: 1

Type: Integer

Description: Number of input connections

nOut

Value: 1

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

inPort

Type: Step_in[nIn]

Description: Vector of step input connectors

outPort

Type: Step_out[nOut]

Description: Vector of step output connectors

active

Type: BooleanOutput

Components (2)

stateGraphRoot

Type: CompositeStepState

outerStatePort

Type: OuterStatePort

Used in Examples (2)

FirstExample_Variant2

Modelica.StateGraph.Examples

A variant of the first simple StateGraph example

FirstExample_Variant3

Modelica.StateGraph.Examples

A variant of the first simple StateGraph example