Differences
This shows you the differences between two versions of the page.
|
select_folder [2020/04/29 11:59] argemiro created |
select_folder [2026/08/28 03:32] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Select Folder ====== | + | ====== Select Folder ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | Pick up a folder from a series of folders. | + | This container picks a folder out of a series of folders identified by [[Number Folder]] functors placed inside it, using an index to choose among them. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| Line 12: | Line 12: | ||
| ^ Name ^ Type ^ Description ^ Default Value ^ | ^ Name ^ Type ^ Description ^ Default Value ^ | ||
| - | | Step | [[positive_integer_value_type|Positive Integer Value]] | Current index, step or model iteration. | | + | | Step | [[Positive Integer Value Type]] | Current index, step, or model iteration, used to pick the folder. When this functor is placed inside a loop container, this port connects to that container's current step automatically. | Provided automatically | |
| - | ===== Output ===== | + | ===== Outputs ===== |
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Folder | [[folder|Folder]] | Folder | | + | | Folder | [[Folder Type]] | Folder picked out of those present in the series. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 25: | Line 25: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | None. | + | The folder selected is the one identified with the greatest index that is still less than or equal to Step. |
| + | |||
| + | Folders are identified using an index assigned by a [[Number Folder]] functor placed inside this container. | ||
| + | |||
| + | This container must hold at least one [[Number Folder]] instance; otherwise the model raises an error. If Step is smaller than every index assigned inside the container, the model also raises an error. | ||
| ===== Internal Name ===== | ===== Internal Name ===== | ||
| SelectFolder | SelectFolder | ||
| + | |||