Configuration

class phringe.core.configuration.Configuration(path: Path = None, config_dict: dict = None)

Class representing the configuration of the simulation.

Parameters:
  • path (Path or None) – The path to the configuration file. If None, the config_dict parameter is used.

  • config_dict (dict or None) – The configuration dictionary. If None, the path parameter is used.