Skip to content

power_balance.configs#

Source: power_balance/configs/__init__.py

read_options_from_config#

read_options_from_config(config_file: str) -> MutableMapping[str, Any]
Source: power_balance/configs/__init__.py

Read in options for this PBM instance from config file

Parameters#

  • config_file: str

    address of input configuration file

Returns#

  • typing.MutableMapping

    validated dictionary containing the configurations


Last update: April 1, 2022