Append Table

../../../../_images/list_append.svg
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.AppendTable(*args, **kwargs)[source]

Append Table to a list of Tables.

Inputs:
First : Table

Table to be appended to the list on the lower port.

Second : Tables

List of Tables that the Table on the upper port to be appended to.

Outputs:
Output : Tables

List of Tables that includes all incoming Tables. The Table on the upper port is located as the last element of the list.

Opposite node:
Ref. nodes:

Extend Table