edisgo.flex_opt.heat_pump_operation =================================== .. py:module:: edisgo.flex_opt.heat_pump_operation Functions --------- .. autoapisummary:: edisgo.flex_opt.heat_pump_operation.operating_strategy Module Contents --------------- .. py:function:: operating_strategy(edisgo_obj, strategy='uncontrolled', heat_pump_names=None) Applies operating strategy to set electrical load time series of heat pumps. See :attr:`~.edisgo.EDisGo.apply_heat_pump_operating_strategy` for more information. :param edisgo_obj: :type edisgo_obj: :class:`~.EDisGo` :param strategy: Defines the operating strategy to apply. See `strategy` parameter in :attr:`~.edisgo.EDisGo.apply_heat_pump_operating_strategy` for more information. Default: 'uncontrolled'. :type strategy: str :param heat_pump_names: Defines for which heat pumps to apply operating strategy. See `heat_pump_names` parameter in :attr:`~.edisgo.EDisGo.apply_heat_pump_operating_strategy` for more information. Default: None. :type heat_pump_names: list(str) or None