iode.Tables.coefficients

property Tables.coefficients: List[str]

Return the list of coefficients (scalars) used in the tables of (the subset of) the database.

Examples

>>> from iode import SAMPLE_DATA_DIR
>>> from iode import tables
>>> tables.load(f"{SAMPLE_DATA_DIR}/fun.tbl")
Loading .../fun.tbl
46 objects loaded
>>> tables["A*"].coefficients
['knf2', 'knff1']