modelx.set_recalc#

set_recalc(recalc)[source]#

Set the recalculation option.

If this option is set to True, when a value is assigned to a cell by the user to overwrite the cell’s existing value, values of the cells that depend on the overwritten cell are recalculated. If the option is set to False, the dependent values are cleared. By default, the option is set to False.

Parameters:

recalc (bool) – True to recalculate, False to clear values.

See also

get_recalc()