Statistics

Contents

Statistics#

See also

See Statistics for the usage documentation.

Metrics#

system_cost

Decorator to wrap a method with a handler class.

capex

Decorator to wrap a method with a handler class.

installed_capex

Decorator to wrap a method with a handler class.

expanded_capex

Decorator to wrap a method with a handler class.

optimal_capacity

Decorator to wrap a method with a handler class.

installed_capacity

Decorator to wrap a method with a handler class.

expanded_capacity

Decorator to wrap a method with a handler class.

opex

Decorator to wrap a method with a handler class.

supply

Decorator to wrap a method with a handler class.

withdrawal

Decorator to wrap a method with a handler class.

transmission

Decorator to wrap a method with a handler class.

energy_balance

Decorator to wrap a method with a handler class.

curtailment

Decorator to wrap a method with a handler class.

capacity_factor

Decorator to wrap a method with a handler class.

revenue

Decorator to wrap a method with a handler class.

market_value

Decorator to wrap a method with a handler class.

Grouping#

add_grouper(name, func)

Add a custom grouper to groupers on module level.

list_groupers()

List all available groupers which are avaliable on the module level.

carrier(n, c[, nice_names])

Grouper method to group by the carrier of the components.

bus_carrier(n, c[, port, nice_names])

Grouper method to group by the carrier of the attached bus of a component.

name(n, c)

Grouper method to group by the name of components.

bus(n, c[, port])

Grouper method to group by the attached bus of the components.

country(n, c[, port])

Grouper method to group by the country of the components corresponding bus.

location(n, c[, port])

Grouper method to group by the location of the components corresponding bus.

unit(n, c[, port])

Grouper method to group by the unit of the components corresponding bus.