pvlib.tracking.calc_axis_slope#
- pvlib.tracking.calc_axis_slope(slope_azimuth, slope_tilt, axis_azimuth)[source]#
Calculate tracker axis tilt in the global reference frame when on a sloped plane. Axis tilt is the inclination of the tracker rotation axis with respect to horizontal, ranging from 0 degrees (horizontal axis) to 90 degrees (vertical axis).
Changed in version 0.14.0: Renamed function
calc_axis_tilttocalc_axis_slope.- Parameters:
- Returns:
axis_slope (float) – tilt of tracker [degrees]
Notes
See [1] for derivation of equations.
References