packageChecksInFixedWindow
Library of examples using ChecksInFixedWindow blocks
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Contents
| Name | Description |
|---|---|
| Example for During (in every true condition phase, check must be true) | |
| Example for MinDuration (in every true condition phase, check must be true for at least the defined duration) | |
| Example for MaxDuration (in every true condition phase, check must be true for at most the defined duration) | |
| Example for BandDuration (in every true condition phase, check must be true for at least a minimum duration and at most a maximum duration) | |
| Example for NoRising (in every true condition phase, no rising edge of check is allowed) | |
| Example for FixedRising (in every true condition phase, a defined number of check rising edges must occur) | |
| Example for MinRising (in every true condition phase, a minimum number of check rising edges must occur) | |
| Example for MaxRising (in every true condition phase, the number of check rising edges is bounded) | |
| Example for BandRising (in every true condition phase, a minimum number of check rising edges must occur and the number of check rising edges is bounded) | |
| Example for MaxRisingFrequency (in every true condition phase, the frequency of the check rising edges is limited) | |
| Example for WhenRising (return Satisfied when check is true and condition has a rising edge) | |
| Example for WhenFalling (return Satisfied when check is true and condition has a falling edge) | |
| Example for WhenChanging (return Satisfied when check is true and condition has a changing edge) | |
| Example for WithinDomain (in every true condition phase, point input must be within domain defined by polygon) |