iode.Equations.variables

property Equations.variables: List[str]

Return the list of variables used in the equations of (the subset of) the database.

Examples

>>> from iode import SAMPLE_DATA_DIR
>>> from iode import equations
>>> equations.load(f"{SAMPLE_DATA_DIR}/fun.eqs")
Loading .../fun.eqs
274 objects loaded 
>>> equations["A*"].variables
['ACAF', 'ACAG', 'AOUC', 'GOSF', 'PM', 'QL', 'TIME', 'VAF', 'VAFF', 'VBBP', 'VM', 'WCRH']