Closed
Description
#886 moved inverter-related functions from pvsystem.py
to inverter.py
. Methods PVSystem.snlinverter
and PVsystem.adrinverter
currently wrap inverter.sandia
and inverter.adr
, respectively, which previously were pvsystem.snlinverter
and pvsystem.adrinverter
.
Perhaps renaming the functions creates potential for confusion.
It may be an improved API to replace PVSystem.snlinverter
, PVSystem.adrinverter
and PVSystem.pvwatts_ac
with a single method PVSystem.dc_to_ac
or similar, with a kwarg model='sandia'
for example.
Opening for discussion.