Skip to content

Commit 285cc1a

Browse files
committed
add link to pvsyst_cell
1 parent ce8b75c commit 285cc1a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pvlib/pvsystem.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ class PVSystem:
171171
Valid strings are ``'open_rack'``, ``'close_mount'``,
172172
``'freestanding'``, and ``'insulated_back'`. Used to identify a
173173
parameter set for the SAPM cell temperature model.
174-
See :py:func:`~pvlib.temperature.sapm_module`
175-
for definitions.
174+
See :py:func:`~pvlib.temperature.sapm_module` and
175+
:py:func:`~pvlib.temperature.pvsyst_cell` for definitions.
176176
177177
losses_parameters : dict or Series, optional
178178
Losses parameters as defined by PVWatts or other.
@@ -1398,8 +1398,8 @@ class FixedMount(AbstractMount):
13981398
Valid strings are ``'open_rack'``, ``'close_mount'``,
13991399
``'freestanding'``, and ``'insulated_back'`. Used to identify a
14001400
parameter set for the SAPM cell temperature model.
1401-
See :py:func:`~pvlib.temperature.sapm_module`
1402-
for definitions.
1401+
See :py:func:`~pvlib.temperature.sapm_module` and
1402+
:py:func:`~pvlib.temperature.pvsyst_cell` for definitions.
14031403
14041404
module_height : float, optional
14051405
The height above ground of the center of the module [m]. Used for
@@ -1479,7 +1479,8 @@ class SingleAxisTrackerMount(AbstractMount):
14791479
``'freestanding'``, and ``'insulated_back'`. Used to identify a
14801480
parameter set for the SAPM cell temperature model.
14811481
``'open_rack'`` should be used for systems with single-axis trackers.
1482-
See :py:func:`~pvlib.temperature.sapm_module` for definitions.
1482+
See :py:func:`~pvlib.temperature.sapm_module` and
1483+
:py:func:`~pvlib.temperature.pvsyst_cell` for definitions.
14831484
14841485
module_height : float, optional
14851486
The height above ground of the center of the module [m]. Used for

0 commit comments

Comments
 (0)