blockLessEqual
Output y is true, if input u1 is less or equal than input u2
Extends from Blocks.Interfaces.partialBooleanComparison (Partial block with 2 Real input and 1 Boolean output signal (the result of a comparison of the two Real inputs)).
Information
The output is true if Real input u1 is less than or equal to Real input u2, otherwise the output is false.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Blocks.Interfaces.RealInput | u1 (from partialBooleanComparison) | Connector of first Real input signal | |
| Blocks.Interfaces.RealInput | u2 (from partialBooleanComparison) | Connector of second Real input signal | |
| Blocks.Interfaces.BooleanOutput | y (from partialBooleanComparison) | Connector of Boolean output signal |