Extend Table¶
- The considered category of nodes includes a number of common list operations,
- Append
- Extend
- Get item
These list operations exist for list of ADAFs, Tables, and Text.
-
class
node_list_operations.
ExtendTable
[source]¶ Extend a list of Tables with another list of Tables.
Inputs: - First : Tables
List of Tables that the list on the lower port to be extended to.
- Second : Tables
List of ADAFs to be extended to the list on the upper port.
Outputs: - Output : Tables
List of Tables that includes all incoming Tables. The Tables in the list on the lower port will be located after the Tables coming in through the upper port.
Opposite node: Ref. nodes: