Append ADAF

../../../../_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.AppendADAF(*args, **kwargs)[source]

Append ADAF to a list of ADAFs.

Inputs:
First : ADAF

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

Second : ADAFs

List of ADAFs that the ADAF on the upper port to be appended to.

Outputs:
Output : ADAFs

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

Opposite node:
Ref. nodes:

Extend ADAF