Load.read_file#

pyPLUTO.Load.read_file(self, filename: str, datatype: str | None = None, **kwargs: Any) Any[source]#

Read the data from the output files.

Parameters:
- filename (not optional): str

The name of the file to be read.

- datatype: str

The type of the file.

- **kwargs: Any

Any additional arguments.

—-
Returns:
  • the data as a dicionary

Examples

  • Example #1: Read the data from the output files

    >>> read_files()