rameau.core.Model.from_toml

classmethod Model.from_toml(path, load_inputs=True)[source]

Load a model from a TOML file.

Parameters:
  • path (str) – TOML file path.

  • load_inputs (bool) – Whether to read and load in memory input data from text files. If False, inputs will be read during simulation creation, if necessary. Default is True.