pvlib.modelchainΒΆ

The modelchain module contains functions and classes that combine many of the PV power modeling steps. These tools make it easy to get started with pvlib and demonstrate standard ways to use the library. With great power comes great responsibility: users should take the time to read the source code for the module.

Functions

basic_chain(times, latitude, longitude, ...) An experimental function that computes all of the modeling steps necessary for calculating power or energy for a PV system at a given location.
get_orientation(strategy, **kwargs) Determine a PV system’s surface tilt and surface azimuth using a named strategy.

Classes

ModelChain(system, location[, ...]) An experimental class that represents all of the modeling steps necessary for calculating power or energy for a PV system at a given location.