Skip to content

Commit 157fa65

Browse files
committed
Update pvsystem.py
1 parent d62b9b1 commit 157fa65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pvlib/pvsystem.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2230,12 +2230,12 @@ def sapm(effective_irradiance, temp_cell, module):
22302230
22312231
Notes
22322232
-----
2233-
The SAPM parameters which are required in ``module`` are
2234-
listed in the following table.
2235-
22362233
The Sandia module database contains parameter values for a limited set
22372234
of modules. The CEC module database does not contain these parameters.
2238-
Both databases can be accessed using :py:func:`retrieve_sam`.
2235+
Both databases can be accessed using :py:func:`retrieve_sam`. The full list
2236+
of SAPM parameters is presented in the table below. Those that are required
2237+
in ``module`` are: `Bvmpo`, `Mbvmp`, `Bvoco`, `Mbvoc`, `N`,
2238+
`Cells_in_Series`
22392239
22402240
================ ========================================================
22412241
Key Description

0 commit comments

Comments
 (0)