packageChecksInSlidingWindow
Library of examples using ChecksInSlidingWindow blocks
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Contents
| Name | Description |
|---|---|
| Example for MinDuration (in every sliding time window, the longest time duration where check was permanently true must be above a lower limit) | |
| Example for AccumulatedMinDuration (in every sliding time window, the accumulated time duration where check was true must be above a lower limit) | |
| Example for AccumulatedMinDuration (in every sliding time window, the accumulated time duration where check was true must be above a lower limit) | |
| Example for MaxDuration (in every sliding time window, the longest time duration where check was permanently true must be below an upper limit) | |
| Example for MaxDuration (in every sliding time window, the accumulated time duration where check was true must be below an upper limit) | |
| Example for BandDuration (in every sliding time window, the longest time duration where check was permanently true must be within a given band) | |
| Example for BandAccumulatedDuration (in every sliding time window, the accumulated time duration where check was true must be within a given band) | |
| Example for MinRising (in every sliding time window, a minimum number of check rising edges must occur) | |
| Example for MaxRising (in every sliding time window, the number of check rising edges is bounded) | |
| Example for BandRising (in every sliding time window, a minimum number of check rising edges must occur and the number of check rising edges is bounded) | |
| Example for MaxFrequency (in every sliding time window, the mean frequency of check is limited) | |
| Example for MaxRisingFrequency (in every sliding time window, the frequency of the check rising edges is limited) | |
| Example for MaxIncrease (in every sliding time window, the increase of the input is limited) | |
| Example for MaxPercentageIncrease (in every sliding time window, the increase of the input is limited) |