pypsa.statistics.StatisticsAccessor.installed_capex

pypsa.statistics.StatisticsAccessor.installed_capex#

StatisticsAccessor.installed_capex(comps=None, aggregate_groups='sum', groupby=None, at_port=False, bus_carrier=None, nice_names=None, cost_attribute='capital_cost')#

Calculate the capital expenditure of already built components of the network in given currency.

For information on the list of arguments, see the docs in Network.statistics or pypsa.statistics.StatisticsAccessor.

Parameters:

cost_attribute (str) – Network attribute that should be used to calculate Capital Expenditure. Defaults to capital_cost.