modelBooleanDelay
Example model for boolean delay
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Example that demonstrates the use of the boolean delay block. The output signal of the block is delayed by one sampling interval.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.Discrete.BooleanDelay | del | ||
| Modelica.Blocks.Sources.BooleanPulse | booleanPulse |
Revisions
-
January 3, 2017, by Michael Wetter:
Changed sampling interval to avoid simultaneous events.
This is for #641. -
November 21, 2011, by Michael Wetter:
Added documentation.