File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -489,6 +489,9 @@ Creating a ModelChain object.
489
489
:toctree: generated/
490
490
491
491
modelchain.ModelChain
492
+ modelchain.ModelChain.with_pvsyst
493
+ modelchain.ModelChain.with_pvwatts
494
+ modelchain.ModelChain.with_sapm
492
495
493
496
Running
494
497
-------
Original file line number Diff line number Diff line change @@ -40,6 +40,13 @@ Enhancements
40
40
diffuse irradiance. (:pull: `984 `)
41
41
* Add :py:func: `pvlib.inverter.fit_sandia ` that fits the Sandia inverter model
42
42
to a set of inverter efficiency curves. (:pull: `1011 `)
43
+ * Add factory methods :py:meth: `~pvlib.modelchain.ModelChain.with_pvsyst `,
44
+ :py:meth: `~pvlib.modelchain.ModelChain.with_pvwatts `, and
45
+ :py:meth: `~pvlib.modelchain.ModelChain.with_sapm ` to create ``ModelChain ``
46
+ objects configured for the respective modeling paradigms. The
47
+ configurations are defined in ``modelchain.PVSYST_CONFIG ``,
48
+ ``modelchain.PVWATTS_CONFIG ``, and ``modelchain.SAPM_CONFIG ``.
49
+ (:issue: `1013 `, :pull: `1022 `)
43
50
44
51
Bug fixes
45
52
~~~~~~~~~
You can’t perform that action at this time.
0 commit comments