blockStep
Ordinary step (= step that is not active when simulation starts)
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 |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | active | = true, if step is active, otherwise the step is not active | |
| Boolean | localActive (from PartialStep) | = true, if step is active, otherwise the step is not active |