.Modelica_Requirements.ChecksInFixedWindow.FixedRising

Information

Syntax

property = FixedRising(condition=..., check=..., nRising=1).y;

Description

In every duration where the Boolean input condition is true, a number of nRising edges of the Boolean input check must occur. The default for nRising=1 (so exactly one rising edge). Property output y is initialized to Undecided. When condition becomes true (so entering a duration), property output y = Undecided, as long as the number of rising edges < nRising. If condition is true and the number of rising edges == nRising, output y = Satisfied. If the number of rising edges > nRising or the number of rising edges ≠ nRising at the end of a true condition phase, y = Violated.

Violated, Undecided, and Satisfied are elements of enumeration Property.

Example

This block is demonstrated with the following example:

results in

simulation result

Generated at 2024-04-25T18:15:59Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos