iode.Equations.coefficients
- property Equations.coefficients: List[str]
Return the list of coefficients (scalars) 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*"].coefficients ['acaf1', 'acaf2', 'acaf4']