Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
select_map_filename [2011/07/31 20:42] hermann created |
select_map_filename [2026/08/28 03:32] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Select Map Filename ====== | + | ====== Select Map Filename ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | This container picks up a map file name from a series of map file names. | + | Container that picks one map filename out of a series of filenames connected inside it, based on the current step. Each candidate filename must be connected through a [[Number Map Filename]] hook, whose number identifies the step at which that filename takes over. A filename begins being selected once the model step reaches its number, and remains selected until the step reaches the number of another connected filename, allowing one filename to be swapped for another during a model's execution. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ Default Value ^ | + | ^ Name ^ Type ^ Description ^ Default Value ^ |
| - | | Step | [[Positive Int Type|Positive Int]] | Current step or model iteration. | | + | | Step | [[Positive Integer Value Type]] | Step used to pick the filename, automatically bound to the innermost compatible container. | 1 | |
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Map Filename | [[Map Filename Type| Map Filename]] | Any map file name. | | + | | Map Filename | [[Map Filename Type]] | Selected map filename. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 21: | Line 23: | ||
| [[Functor List#Stack | Stack]] | [[Functor List#Stack | Stack]] | ||
| - | ===== Notes ===== | + | ===== Notes ===== |
| - | This container allows the replacement of one map file name with another during a model execution. Any map file name inside this container will begin to be used by a simulation according to its number identifier and will continue to be used until the model step reaches the number identifier of another map file name inside the same container. | + | Only [[Number Map Filename]] hooks can be connected inside this container. |
| - | Each map filename inside the "Select Map Filename" must be provided by a corresponding [[Number Map Filename]]. | + | The selected filename is the one with the greatest number identifier that is still less than or equal to Step. |
| - | ===== Internal Name ===== | + | ===== Internal Name ===== |
| SelectMapFilename | SelectMapFilename | ||