Get Item List

../../../../_images/get_item_list.svg

Documentation

Get one item in list by index.

Definition

Input ports

list [<a>]

Input List

default 0 - 1, <a>

Default item

Output ports

item <a>

Output selected Item from List

rest 0 - 1, [<a>]

Output non-selected Items from List

Configuration

Action on index out of bounds (fail_strategy)

Decide how an index out of bounds should be handled

Index (index)

Choose item index in list.

Examples

Implementation

class node_list_operations.GetItemList[source]