blockStep
Generate step signal of type Integer
Extends from Interfaces.PartialClockedSO (Block with clocked single output Integer signal).
Information
The Integer output y is a step signal. The signal is defined in terms of clock ticks instead of simulation time:
Example
See model Modelica.Clocked.Examples.Elementary.IntgerSignals.TickBasedStep.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | height | 1 | Height of step |
| Integer | offset | 0 | Offset of output signal y |
| Integer | startTick | 1 | Output y = offset for clock tick < startTick |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.IntegerOutput | y (from PartialClockedSO) | Connector of clocked, Real output signal |