Engee documentation
Notebook

Comparison in models

This example shows the possibilities of analyzing the signal strength using three different blocks. The picture below shows the model itself.

image_2.png

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

  1. Compare To Constant - compares to a constant
  2. Relational Operator - compares two input ports with each other.
  3. Interval Test - checks whether 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 the results of this demonstration, we can perform the same actions in different ways, which demonstrates the flexibility and variety of approaches to modeling your systems.