.Modelica_Requirements.ChecksInFixedWindow

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 2024-04-23T18:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos