Differences
This shows you the differences between two versions of the page.
|
lookup_table_filename [2013/07/29 16:05] admin created |
lookup_table_filename [2026/07/31 02:51] (current) hermann |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Lookup Table Filename ====== | + | ====== Lookup Table Filename Type ====== |
| - | ===== Description ===== | + | A Lookup Table Filename is a filename referring to a lookup table file on disk. If no path is given, the file is located relative to the model script. The only valid extension is ''.csv''. |
| - | Lookup table filename constant. | + | ===== GUI Editor ===== |
| - | ===== Inputs ===== | + | [{{ :editors:lookup_table_filename_editor.png?nolink |Graphical representation of the lookup table filename editor}}] |
| - | ^ Name ^ Type ^ Description ^ | + | The lookup table filename editor presents a file browser for selecting the target lookup table file, or typing its path directly. |
| - | | Constant | [[Lookup Table Filename Type|Lookup Table Filename]] | Lookup table filename. | | + | |
| - | ===== Optional Inputs ===== | + | ===== EGO Script ===== |
| - | ===== Outputs ===== | + | A Lookup Table Filename constant is written in [[EGO Script]] the same way as a [[String Type|String]] literal, enclosed in double quotes — see [[ego_script#constants|Constants]] for the general filename validation rules: |
| - | ^ Name ^ Type ^ Description ^ | + | <code> |
| - | | Object | [[Lookup Table Filename Type|Lookup Table Filename]] | Lookup table filename entered as the functor input. | | + | "c:/data/transition_rates.csv" |
| + | </code> | ||
| - | ===== Group ===== | + | ===== Automatic Conversions ===== |
| - | [[Functor List#Lookup Table|Lookup Table]] | + | * **Converted from**: [[String Type]], [[Generic Filename Type]], and [[Table Value Type]]. |
| - | ===== Notes ===== | + | * **Converted to**: [[String Type]], [[Generic Filename Type]], and [[Table Value Type]]. |
| - | + | ||
| - | ===== Internal Name ===== | + | |
| - | + | ||
| - | LookupTableFilename | + | |
| + | See [[type_system|Type System]] for the complete conversion reference across all types. | ||