Signal\Logical\Boolean
Domains: Discrete, Continuous. Size: 1-D. Allowed in: Block Diagrams.
The output signal of this model is according the truth table below:
input |
output |
false |
true |
true |
false |
Port name |
Data type |
Description |
Range |
Inputs |
|
||
input |
boolean |
Invertor input |
false/true |
Outputs |
|
||
output |
boolean |
inverse of the input |
false/true |
This block operates with boolean inputs. Real of integer inputs can also be used but will lead to a warning during processing. Be careful with using real or integer inputs: A value of 0.0 is converted to false, any other value is converted to true.