blockStepWithSignal
Ordinary step (= step that is not active when simulation starts). Connector 'active' is true when the step is active
Extends from Interfaces.PartialStep (Partial step with one input and one output transition port).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nIn (from PartialStep) | 0 | Number of input connections |
| Integer | nOut (from PartialStep) | 0 | Number of output connections |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Interfaces.Step_in[nIn] | inPort (from PartialStep) | Vector of step input connectors | |
| Interfaces.Step_out[nOut] | outPort (from PartialStep) | Vector of step output connectors | |
| Modelica.Blocks.Interfaces.BooleanOutput | active |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | localActive (from PartialStep) | = true, if step is active, otherwise the step is not active |