The <not> block is equivalent to the “not” operator in Python; it performs a logical NOT operation on the “in” input.
See the Python documentation for more details.
•« in » : The default value is False
•« out » : = not « a »
The input and output are of type: bool