Engee documentation
Notebook

Comparison in models

This example shows the possibilities of analysing the signal level using three different blocks. The figure below shows the model itself.

image_2.png

As we can see from the model, we can use several blocks to implement the x>=1 condition check in Engee:

  1. Compare To Constant - compares to a constant
  2. Relational Operator - compares two input ports to each other.
  3. Interval Test - checks if the signal is within the allowed interval, in our case this interval is set from 1 to 10.

As we can see from the results of the model execution, all blocks worked identically.

image.png

Conclusion

As we can see from this demonstration, we can perform the same actions in different ways, which demonstrates the flexibility and variety of approaches to modelling your systems.