Comparison in models¶
This example shows the possibilities of analysing the signal level using three different blocks. The figure below shows the model itself.
As we can see from the model, we can use several blocks to implement the x>=1 condition check in Engee:
- Compare To Constant - compares to a constant
- Relational Operator - compares two input ports to each other.
- 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.
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.