AssertNoDuplicateChunks¶
Check for (and optionally remove) successive duplicate chunks from the data.
This node checks if a chunk matches the previous chunk and if so, it can drop it from the data. Note that it would be advisable to fix the root cause instead, which is likely a buggy data acquisition or transmission process. Version 1.0.0
Ports/Properties¶
data¶
Data to process.
show_warnings¶
Show warnings when dropping chunks.
drop_duplicates¶
Drop duplicate chunks.
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.