Select Lookup Table
Description
Container that picks one lookup table out of a series connected inside it, based on the current step. Each candidate table must be connected through a Number Table hook, whose number identifies the step at which that table takes over. A table begins being selected once the model step reaches its number, and remains selected until the step reaches the number of another connected table, allowing one lookup table to be swapped for another during a model's execution.
Inputs
None.
Optional Inputs
| Name | Type | Description | Default Value |
|---|---|---|---|
| Step | Positive Integer Value Type | Step used to pick the lookup table, automatically bound to the innermost compatible container. | 1 |
Outputs
| Name | Type | Description |
|---|---|---|
| Table | Lookup Table Type | Selected lookup table. |
Group
Notes
Only Number Table hooks connected to a lookup table can be used inside this container.
The selected lookup table is the one with the greatest number identifier that is still less than or equal to Step.
Internal Name
SelectLookupTable