pvlib.trackingΒΆ

Functions

cosd(angle) Cosine with angle input in degrees
sind(angle) Sine with angle input in degrees
singleaxis(apparent_zenith, apparent_azimuth) Determine the rotation angle of a single axis tracker using the equations in [1] when given a particular sun zenith and azimuth angle.

Classes

LocalizedSingleAxisTracker([pvsystem, location]) Highly experimental.
Location(latitude, longitude[, tz, ...]) Location objects are convenient containers for latitude, longitude, timezone, and altitude data associated with a particular geographic location.
PVSystem([surface_tilt, surface_azimuth, ...]) The PVSystem class defines a standard set of PV system attributes and modeling functions.
SingleAxisTracker([axis_tilt, axis_azimuth, ...]) Inherits all of the PV modeling methods from PVSystem.