Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/sphinx/source/whatsnew/v0.9.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Testing

Documentation
~~~~~~~~~~~~~
* Added a reference to :py:func:`pvlib.inverter.sandia_multi`. (:pull:`1479`)

Benchmarking
~~~~~~~~~~~~~
Expand Down
6 changes: 5 additions & 1 deletion pvlib/inverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ def sandia_multi(v_dc, p_dc, inverter):
Convert DC power and voltage to AC power for an inverter with multiple
MPPT inputs.

Uses Sandia's Grid-Connected PV Inverter model [1]_.
Uses Sandia's Grid-Connected PV Inverter model [1]_. Extension of [1]_
to inverters with multiple, unbalanced inputs as described in [2]_.

Parameters
----------
Expand Down Expand Up @@ -177,6 +178,9 @@ def sandia_multi(v_dc, p_dc, inverter):
.. [1] D. King, S. Gonzalez, G. Galbraith, W. Boyson, "Performance Model
for Grid-Connected Photovoltaic Inverters", SAND2007-5036, Sandia
National Laboratories.
.. [2] C. Hansen, J. Johnson, R. Darbali- N. Gurule. "Modeling Efficiency
Of Inverters With Multiple Inputs", 46th IEEE Photovoltaic Specialist
Conference, Philadelphia, PA, USA. June 2022.

See also
--------
Expand Down