Extends from Buildings.BaseClasses.BaseIconExamples (Icon for Examples packages).
Name | Description |
---|---|
BooleanDelay | Example model |
model BooleanDelay "Example model" Buildings.Controls.Discrete.BooleanDelay del; Modelica.Blocks.Sources.BooleanPulse booleanPulse(period=0.25); equation connect(booleanPulse.y, del.u); end BooleanDelay;