This package contains examples for the use of models that can be found in Buildings.Controls.Discrete.
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Name | Description |
---|---|
BooleanDelay | Example model |
model BooleanDelay "Example model" extends Modelica.Icons.Example;Buildings.Controls.Discrete.BooleanDelay del; Modelica.Blocks.Sources.BooleanPulse booleanPulse(period=0.25); equationconnect(booleanPulse.y, del.u); end BooleanDelay;