This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
This package contains converters where at least input or output signals are Boolean variables.
Copyright © 2020 Guido Wolf Reichert
Licensed under the EUPL-1.2 or later
Name | Description |
---|---|
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' |