Skip to content

Commit 2e54ba3

Browse files
committed
add see alsos
1 parent 140e9b8 commit 2e54ba3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pvlib/tracking.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,11 @@ def singleaxis(apparent_zenith, apparent_azimuth,
325325
projecting the vector normal to the panel's surface to the earth's
326326
surface. [degrees]
327327
328+
See also
329+
--------
330+
pvlib.tracking.calc_tracker_axis_tilt
331+
pvlib.tracking.calc_system_tracker_side_slope
332+
328333
References
329334
----------
330335
.. [1] Lorenzo, E et al., 2011, "Tracking and back-tracking", Prog. in
@@ -627,6 +632,11 @@ def calc_tracker_axis_tilt(system_azimuth, system_zenith, axis_azimuth):
627632
axis_tilt : float
628633
tilt of tracker [degrees]
629634
635+
See also
636+
--------
637+
pvlib.tracking.singleaxis
638+
pvlib.tracking.calc_system_tracker_side_slope
639+
630640
Notes
631641
-----
632642
See [1]_ for derivation of equations.
@@ -722,6 +732,11 @@ def calc_system_tracker_side_slope(
722732
cross-axis slope angle from horizontal & perpendicular to tracker axes
723733
in the cross-axis direction [degrees]
724734
735+
See also
736+
--------
737+
pvlib.tracking.singleaxis
738+
pvlib.tracking.calc_tracker_axis_tilt
739+
725740
Notes
726741
-----
727742
See [1]_ for derivation of equations.

0 commit comments

Comments
 (0)