.. _`Output example`: .. _`org.sysess.sympathy.examples.outputexample`: Output example `````````````` .. image:: example.svg :width: 48 Node demonstrating how to write a table. Documentation ::::::::::::: This example demonstrates how to write data to an outgoing Table. See :ref:`nodewriting` for more information about writing nodes. Specifically see :ref:`node_ports` for an introduction to node ports. Definition :::::::::: Output ports ............ **output** table Table with a column named 'Enumeration' with values 1-99 Related nodes ............. * :ref:`org.sysess.sympathy.examples.helloworld` * :ref:`org.sysess.sympathy.examples.helloworldcustomizable` * :ref:`org.sysess.sympathy.examples.readwrite` * :ref:`org.sysess.sympathy.examples.adjust` * :ref:`org.sysess.sympathy.examples.errorexample` * :ref:`org.sysess.sympathy.examples.progress` * :ref:`org.sysess.sympathy.examples.allparameters` * :ref:`org.sysess.sympathy.examples.controller` * :ref:`org.sysess.sympathy.examples.regex` Implementation .............. .. automodule:: node_examples :noindex: .. class:: OutputExample :noindex: