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
namefor alli. By default, returns the values for all model points. Ifpoint_idis 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 ofnameare aggregated.