pvlib.tracking.SingleAxisTracker.get_aoi#
- SingleAxisTracker.get_aoi(surface_tilt, surface_azimuth, solar_zenith, solar_azimuth)[source]#
Get the angle of incidence on the system.
For a given set of solar zenith and azimuth angles, the surface tilt and azimuth parameters are typically determined by
singleaxis(). Thesingleaxis()method also returns the angle of incidence, so this method is only needed if using a different tracking algorithm.