pvlib.pvsystem.PVSystem.pvwatts_ac

PVSystem.pvwatts_ac(pdc)[source]

Deprecated since version 0.9: The pvwatts_ac function was deprecated in pvlib 0.9 and will be removed in 0.10. Use PVSystem.get_ac instead.

Calculates AC power according to the PVWatts model using pvlib.inverter.pvwatts(), self.module_parameters[“pdc0”], and eta_inv_nom=self.inverter_parameters[“eta_inv_nom”].

See pvlib.inverter.pvwatts() for details.