PrintToConsole¶
Print the given data to the console.
This is mainly useful for debugging. Note that the data can be quite large and therefore create a lot of logspam -- make use of the options to print only those aspects of the data that you are interested in. You can optionally save the output to a file as well, for easy post-hoc reference. Version 1.1.0
Ports/Properties¶
data¶
Data to process.
print_streams¶
List of stream names for which to generate output.
only_nonempty¶
Only print non-empty packets.
print_compact¶
Print packets in a compact format. If enabled, this overrides the other options for selective printing, so uncheck to print specific items (such as properties, markers, etc.)
print_data¶
Print the data contents and the shape.
print_markers¶
Print list of markers contained in the packet, if any.
print_props¶
Print stream properties (chunk props).
print_channel¶
Print channel names, if any." "
print_time¶
Print time range covered by the data, if any.
print_trial¶
Print trial/instance information in the data, if any.
print_axes¶
Print axis information.
save_to_file¶
Full path of a file to save output to (in addition to printing to the console); leave blank to not save output to disk.
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.