Example5¶
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.Example5(*args, **kwargs)[source]¶
- Example5 demonstrates the configuration for multiple ports on the output side of the node. The configuration for multiple input ports is analogous to this example. - During execution the node let the incoming Table pass through to the outputs by setting up links. - Inputs: - Port0 : Table
- Table with incoming data. For example from Example1. 
 - Outputs: - Output0 : Table
- Table where the data is linked to the input Table. 
- Output1 : Table
- Table where the data is linked to the input Table. 
 - Configuration: - Opposite node: - None - Ref. nodes: