We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6fdfb commit 7731b7dCopy full SHA for 7731b7d
pvlib/shading.py
@@ -379,13 +379,13 @@ def linear_shade_loss(shade_fraction, diffuse_fraction):
379
380
See also
381
--------
382
- pvlib.tracking.tracker_shaded_fraction
+ pvlib.shading.tracker_shaded_fraction
383
384
Example
385
-------
386
- >>> from pvlib import tracking
387
- >>> fs = tracking.tracker_shaded_fraction(45.0, 0.8, 45.0, 0)
388
- >>> loss = tracking.linear_shade_loss(fs, 0.2)
+ >>> from pvlib import shading
+ >>> fs = shading.tracker_shaded_fraction(45.0, 0.8, 45.0, 0)
+ >>> loss = shading.linear_shade_loss(fs, 0.2)
389
>>> P_no_shade = 100 # [kWdc] DC output from modules
390
>>> P_linear_shade = P_no_shade * (1-loss) # [kWdc] output after loss
391
# 90.71067811865476 [kWdc]
0 commit comments