edisgo.network.components.Storage ================================= .. py:class:: edisgo.network.components.Storage(**kwargs) Bases: :py:obj:`Component` .. autoapi-inheritance-diagram:: edisgo.network.components.Storage :parts: 1 Storage object .. py:property:: nominal_power Nominal power of storage unit in MW. :param nominal_power: Nominal power of storage unit in MW. :type nominal_power: float :returns: Nominal power of storage unit in MW. :rtype: float .. py:property:: active_power_timeseries Active power time series of storage unit in MW. :returns: Active power time series of storage unit in MW. :rtype: :pandas:`pandas.Series` .. py:property:: reactive_power_timeseries Reactive power time series of storage unit in Mvar. :returns: Reactive power time series of storage unit in Mvar. :rtype: :pandas:`pandas.Series` .. py:property:: state_of_charge_timeseries State of charge time series of storage unit in MWh. :returns: State of charge time series of storage unit in MWh. :rtype: :pandas:`pandas.Series`