CopyData¶
Copy the given data.
This node is for testing and debugging purposes. The node can skip None values, and optionally skip empty values, which means that these values will not be output, but rather the most recent value that was not skipped. The node can also optionally record a history of the (non-skipped) data values that it received. (This node will copy whatever data type that is wired into from the preceeding node.) Version 1.1.0
Ports/Properties¶
data¶
Data to process.
history¶
List of collected data packets. Only if store_history was enabled.
ignore_none¶
Ignore None values. If a None value comes in, the previous data value will be retained.
ignore_empty¶
Ignore empty values. If an empty packet comes in, the previous data value will be retained.
store_history¶
Store history of incoming data.
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.