Skip to content

Latest commit

 

History

History
55 lines (46 loc) · 1.18 KB

classes.rst

File metadata and controls

55 lines (46 loc) · 1.18 KB

Classes

pvlib-python provides a collection of classes for users that prefer object-oriented programming. These classes can help users keep track of data in a more organized way, and can help to simplify the modeling process. The classes do not add any functionality beyond the procedural code. Most of the object methods are simple wrappers around the corresponding procedural code.

Location

pvlib.location.Location

PVSystem

pvlib.pvsystem.PVSystem

ModelChain

pvlib.modelchain.ModelChain

LocalizedPVSystem

pvlib.pvsystem.LocalizedPVSystem

SingleAxisTracker

pvlib.tracking.SingleAxisTracker

LocalizedSingleAxisTracker

pvlib.tracking.LocalizedSingleAxisTracker