pypsa.set_option

Contents

pypsa.set_option#

pypsa.set_option(path: str, value: Any) None#

Set the value of an option at the specified path.

Parameters:
  • path (str) – Path to the option. Must be in the format “category.option_name” or “category.subcategory.option_name”

  • value (Any) – Value to set for the option.