This is an old revision of the document!
PHP's gd library is missing or unable to create PNG images
Load Lookup Table
Description
This functor loads a lookup table from a file. The file name and its path must be specified.
Inputs
Name | Type | Description |
---|---|---|
Filename | Table Filename | Name of the file that contains the lookup table to be loaded. Dinamica automatically determines the file format from a selected file extension (only two column CSV - comma separated value format, is accepted). |
Optional Inputs
Name | Type | Description | Default Value |
---|---|---|---|
Suffix Digits | Non Negative Int | Number of digits used to represent the file name suffix. | 2 |
step | Non Negative Int | Current step or model iteration. Files with the same name and numbered suffixes will be loaded sequentially according to the model step. | None |
Outputs
Name | Type | Description |
---|---|---|
Table | Lookup Table | The Lookup table loaded by the functor. |
Group
Notes
Internal Name
LoadLookupTable