.Modelica_Requirements.ChecksInFixedWindow

Library of check blocks (if the condition input is true, a property must hold)

Information

This library provides blocks that check properties in fixed windows defined by the true value of Boolean input variable condition. Whenever this variable is true, the check is performed. Blocks performing checks in a sliding time window are provided in sublibrary ChecksInSlidingWindow.

All blocks of this library have the following interface:

Contents

NameDescription
DuringIn every true condition phase, check must be true
MinDurationIn every true condition phase, check must be true for at least the defined duration
MaxDurationIn every true condition phase, check must be true for at most the defined duration
BandDurationIn every true condition phase, check must be true for at least a minimum duration and at most a maximum duration
NoRisingIn every true condition phase, no rising edge of check is allowed
FixedRisingIn every true condition phase, a defined number of check rising edges must occur
MinRisingIn every true condition phase, a minimum number of check rising edges must occur
MaxRisingIn every true condition phase, the number of check rising edges must be bounded
BandRisingIn every true condition phase, a minimum number of check rising edges must occur and the number of check rising edges is bounded
MaxRisingFrequencyIn every true condition phase, the frequency of the check rising edges is limited
WhenRisingWhen condition input has a rising edge, check must be true
WhenFallingWhen condition input has a falling edge, check must be true
WhenChangingWhen condition input has a changing edge, check must be true
WithinDomainIn every true condition phase, point input must be within the domain defined by a polygon

Generated at 2025-12-07T19:14:00Z by OpenModelicaOpenModelica 1.25.7 using GenerateDoc.mos