AssertIdentical¶
Ensure that the two input signals have identical data.
This node compares the packets of two data inlets, and ensures that their content (numeric data and optionally also meta-data) is identical to within a given tolerance. Version 1.0.0
Ports/Properties¶
data1¶
First data stream.
data2¶
Second data stream.
check_metadata¶
Also check meta-data. If false, only the numeric contents are checked.
tolerance¶
Numerical tolerance. This is relative to the scale of the data values.
verbose¶
Print verbose debug output.
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.