pypsa.statistics.StatisticsAccessor.curtailment#
- StatisticsAccessor.curtailment(comps: str | Sequence[str] | None = None, aggregate_time: str | bool = 'sum', aggregate_groups: Callable | str = 'sum', aggregate_across_components: bool = False, groupby: str | Sequence[str] | Callable = 'carrier', at_port: bool | str | Sequence[str] = False, bus_carrier: str | Sequence[str] | None = None, nice_names: bool | None = None) DataFrame #
Calculate the curtailment of components in the network in MWh.
The calculation only considers assets with a p_max_pu time series, which is used to quantify the available power potential.
If bus_carrier is given, only the assets are considered which are connected to buses with carrier bus_carrier.
For information on the list of arguments, see the docs in Network.statistics or pypsa.statistics.StatisticsAccessor.