Logical 'not': y = not u
The output is true if the input is false, otherwise the output is false.
Extends from Blocks.Interfaces.partialBooleanSISO (Partial block with 1 input and 1 output Boolean signal).
Type | Name | Description |
---|---|---|
input BooleanInput | u | Connector of Boolean input signal |
output BooleanOutput | y | Connector of Boolean output signal |
Output y is true, if input u1 is less than input u2
The output is true if Real input u1 is less than Real input u2, otherwise the output is false.
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)).
Type | Name | Description |
---|---|---|
input RealInput | u1 | Connector of first Boolean input signal |
input RealInput | u2 | Connector of second Boolean input signal |
output BooleanOutput | y | Connector of Boolean output signal |