pvfactors.geometry.pvrow.PVRowSide
- class pvfactors.geometry.pvrow.PVRowSide(list_segments=[])[source]
A PV row side represents the whole surface of one side of a PV row. At its core it will contain a fixed number of
PVSegment
objects that will together constitue one side of a PV row: a PV row side can also be “discretized” into multiple segments- __init__(list_segments=[])[source]
Initialize PVRowSide using its base class
pvfactors.geometry.base.BaseSide
- Parameters
list_segments (list of
PVSegment
) – List of PV segments for PV row side.
Methods
__init__
([list_segments])Initialize PVRowSide using its base class
pvfactors.geometry.base.BaseSide
Attributes