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 all- i. By default, returns the values for all model points. If- point_idis 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- nameare aggregated.