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