Skip to content

Commit 0350466

Browse files
echedey-lscwhanse
andcommitted
Description update of axis_azimuth
Co-Authored-By: Cliff Hansen <[email protected]>
1 parent 24415fd commit 0350466

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pvlib/pvsystem.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,8 +1440,8 @@ class SingleAxisTrackerMount(AbstractMount):
14401440
Renamed from ``axis_tilt`` to ``axis_slope``.
14411441
14421442
axis_azimuth : float, default 180
1443-
A value denoting the compass direction along which the axis of
1444-
rotation lies, measured east of north. [degrees]
1443+
The compass direction along which the axis of rotation lies.
1444+
Measured in decimal degrees east of north. [degrees]
14451445
14461446
max_angle : float or tuple, default 90
14471447
A value denoting the maximum rotation angle, in decimal degrees,

pvlib/tracking.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def singleaxis(apparent_zenith, solar_azimuth,
6161
6262
axis_azimuth : float, default 0
6363
The compass direction along which the axis of rotation lies.
64-
Measured in decimal degrees east of north.
64+
Measured in decimal degrees east of north. [degrees]
6565
6666
max_angle : float or tuple, default 90
6767
A value denoting the maximum rotation angle, in decimal degrees,
@@ -244,8 +244,7 @@ def calc_surface_orientation(tracker_theta, axis_slope=0, axis_azimuth=0):
244244
Renamed from ``axis_tilt`` to ``axis_slope``.
245245
246246
axis_azimuth : float, default 0
247-
A value denoting the compass direction along which the axis of
248-
rotation lies. Measured east of north. [degree]
247+
[degrees] [degree]
249248
250249
Returns
251250
-------

0 commit comments

Comments
 (0)