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 b21640b commit 3f69340Copy full SHA for 3f69340
1 file changed
docs/examples/iv-modeling/plot_singlediode.py
@@ -29,7 +29,7 @@
29
# -----------------------
30
# This example uses :py:meth:`pvlib.pvsystem.calcparams_desoto` to calculate
31
# the 5 electrical parameters needed to solve the single-diode equation.
32
-# :py:meth:`pvlib.pvsystem.singlediode` is then used to generate the IV curves.
+# :py:meth:`pvlib.pvsystem.singlediode` and :py:meth:`pvlib.pvsystem.i_from_v` are used to generate the IV curves.
33
34
from pvlib import pvsystem
35
import numpy as np
0 commit comments