blockStep
Generate step signal of type Boolean
Extends from BooleanSignals.Interfaces.PartialClockedSO (Block with clocked single output Boolean signals).
Information
The Boolean 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.BooleanSignals.TickBasedStep.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | startTick | 0 | Output y = startValue for clock tick < startTick |
| Boolean | startValue | false | Output before startTick |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.BooleanOutput | y (from PartialClockedSO) | Connector of clocked, Real output signal |