Untuple¶
Documentation¶
Deconstruct a tuple, getting the elements out.
Add more output ports to deconstruct bigger tuples.
Definition¶
Input ports¶
- input
Type: [‘sytuple’, [‘sytypes’, [‘sygroup’, ‘output’]]]Description: Input
Output ports¶
- output
Type: [‘sygeneric’, [‘syletters’, [‘syindex’]]]Description: OutputOptional number of ports: 2–inf (default: 2)
Examples¶
Example flows demonstrating this node:
The node can be found in:
Implementation¶
- class node_tuple_operations.Untuple[source]