iode.Equation.block

property Equation.block: str

Estimation block of equations to which the equation belongs.

Parameters:
value: str or list(str)

Examples

>>> from iode import SAMPLE_DATA_DIR, equations
>>> equations.load(f"{SAMPLE_DATA_DIR}/fun.eqs")
Loading .../fun.eqs
274 objects loaded 
>>> equations["ACAF"].block
'ACAF'