Output example¶
Node demonstrating how to write a table.
Documentation¶
This example demonstrates how to write data to an outgoing Table.
See Node writing for more information about writing nodes. Specifically see Adding input and output ports for an introduction to node ports.
Definition¶
Output ports¶
- output table
Table with a column named ‘Enumeration’ with values 1-99
Implementation¶
- class node_examples.OutputExample[source]