result_cells#
- result_cells(name, point_id=None, j=None)[source]#
Output values of a given cells
Returns as a DataFrame the values of a cells specified by
name
for alli
. By default, returns the values for all model points. Ifpoint_id
is specified, returns the values only of the model point. If ‘LAST’ or ‘NEXT’ is passed toj
, only the values of the ‘LAST’ or ‘NEXT’ part ofname
are aggregated.