LogicalConverters with boolean output and/or input |
Logical 'all true' |
|
Logical 'and' |
|
Logical 'any true' |
|
Yields 1, if u is true and 0 if it is false |
|
A constant boolean value is turned into a constant signal |
|
True, if u1 is greater than u2 |
|
True, if u1 is greater than or equal to u2 |
|
True, if u1 is less than u2 |
|
True, if u1 is less than or equal to u2 |
|
Logical 'none true' |
|
Logical 'not' |
|
True, if u is not zero |
|
Logical 'or' |
|
Switching between inputs depending upon condition |
|
Switching between inputs up to n times depending upon condition |
|
True, if u is greater than the given threshold |
|
Logical 'xor' |