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

TypeNameDefaultDescription
Buildings.Controls.Discrete.BooleanDelaydel
Modelica.Blocks.Sources.BooleanPulsebooleanPulse

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.