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 all i. By default, returns the values for all model points. If point_id is specified, returns the values only of the model point. If ‘LAST’ or ‘NEXT’ is passed to j, only the values of the ‘LAST’ or ‘NEXT’ part of name are aggregated.