AssertEqual¶
Assert that the given data is equal to the configured value throw an error otherwise.
This will throw an error of type AssertionError, which can be caught with an enclosing Except node if desired. This node will pass the data out unchanged. Version 1.0.0
Ports/Properties¶
data¶
Data to process.
value¶
Constant value to compare with.
ignore_if_none¶
Ignore the assertion if the data is None.
msg¶
Message to show if the condition is not met.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.