Not
This function block takes a boolean input and reverses its logical state. It is useful in scenarios where you need to negate a condition or switch between true and false.
📥 Inputs
Boolean
Accepts a boolean input that will be negated.
📤 Outputs
Boolean
Outputs the negated boolean value.
🎨 Features
Logical Negation
The block effectively inverts the state of the input boolean, making it particularly useful for logic operations in various applications.
📝 Usage Instructions
Connect Input: Attach a boolean output from any block to the input of this block.
Run the Block: Execute the block, and it will output the negated boolean value.
📊 Evaluation
When executed, this function block will return the reverse of the boolean input provided to it.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated