edisgo.network.components.Load ============================== .. py:class:: edisgo.network.components.Load(**kwargs) Bases: :py:obj:`Component` .. autoapi-inheritance-diagram:: edisgo.network.components.Load :parts: 1 Load object .. py:property:: p_set Peak load in MW. :param p_set: Peak load in MW. :type p_set: :obj:`float` :returns: Peak load in MW. :rtype: :obj:`float` .. py:property:: annual_consumption Annual consumption of load in MWh. :param annual_consumption: Annual consumption in MWh. :type annual_consumption: :obj:`float` :returns: Annual consumption of load in MWh. :rtype: :obj:`float` .. py:property:: sector Sector load is associated with. The sector is e.g. used to assign load time series to a load using the demandlib. The following four sectors are considered: 'agricultural', 'cts', 'residential', 'industrial'. :param sector: :type sector: :obj:`str` :returns: * :obj:`str` -- Load sector * **#ToDo** (*Maybe return 'not specified' in case sector is None?*) .. py:property:: active_power_timeseries Active power time series of load in MW. :returns: Active power time series of load in MW. :rtype: :pandas:`pandas.Series` .. py:property:: reactive_power_timeseries Reactive power time series of load in Mvar. :returns: Reactive power time series of load in Mvar. :rtype: :pandas:`pandas.Series`