.. _`Untuple`: .. _`org.sysess.sympathy.tuple.untuple2`: Untuple ``````` .. image:: untuple.svg :width: 48 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: Output | Optional number of ports: 2--inf (default: 2) Examples ........ Example flows demonstrating this node: * :download:`TupleOperations.syx ` The node can be found in: * :download:`LambdaOperations.syx ` * :download:`Predicates.syx ` * :download:`Custom_ParameterSearch.syx ` * :download:`Custom_CrossValidation.syx ` * :download:`EitherWithDataPredicate.syx ` Implementation .............. .. automodule:: node_tuple_operations :noindex: .. class:: Untuple :noindex: