Lookup Table Filename Type

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.

GUI Editor

Invalid Link
Graphical representation of the lookup table filename editor

The lookup table filename editor presents a file browser for selecting the target lookup table file, or typing its path directly.

EGO Script

A Lookup Table Filename constant is written in EGO Script the same way as a String literal, enclosed in double quotes — see Constants for the general filename validation rules:

"c:/data/transition_rates.csv"

Automatic Conversions

See Type System for the complete conversion reference across all types.