Extract PathIdx
๐ KR
Description
This is a component that can extract a specific index from the branch path of a DataTree.

| Input
| Name | Type | Description |
|---|---|---|
| Tree | Tree | The DataTree from which to extract the index |
| Position | Integer | The index position to extract from the branch path. |
| Output
| Name | Type | Description |
|---|---|---|
| Index | Integer | The extracted index |