Example2¶
A collection of examples that illustrates a number of details that are important in order to create nodes for Sympathy of Data. The usage of content in this file should be combined with the Node Writing Tutorial.
- 
class node_old_examples.Example2(*args, **kwargs)[source]¶
- The node demonstrates how to create ports for receiving a Table and dispatching an ADAF. - Inputs: - Port1 : Table
- Table with incoming data. For example from Example1. 
 - Outputs: - Port3 : ADAF
- ADAF with the data from incoming Table stored in the metadata container. 
 - Configuration: - Opposite node: - None - Ref. nodes: