packageTimeLocators

Library of examples using TimeLocators blocks

Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).

Contents

NameDescription
EveryExample for Every (output is true, during every interval for a defined duration)
UntilExample for Until (output is true, until first rising edge of input)
AfterExample for After (output is true, after first rising edge of input)
AfterForExample for AfterFor (output is true, after rising edge of input for defined duration)
AfterUntilExample for AfterUntil (output is true, after rising edge of input u1 until rising edge of input u2)