Tree Branch
๐ KR
Description
This is a component that extracts a specific branch from a DataTree based on the input index.

| Input
| Name | Type | Description |
|---|---|---|
| Tree | Tree | The DataTree from which to extract branches. |
| Index | Integer | The sequential index of the branch to extract. Based on order rather than path value. โข Example: In a DataTree with three branches {0}, {2}, and {4}, an Index of 1 extracts the {2} branch. |
| Output
| Name | Type | Description |
|---|---|---|
| Branch | Tree | The extracted branch data |