pvlib.pvsystem.PVSystem.calcparams_pvsyst#

PVSystem.calcparams_pvsyst(effective_irradiance, temp_cell)[source]#

Use the calcparams_pvsyst() function, the input parameters and self.module_parameters to calculate the module currents and resistances.

Parameters
  • effective_irradiance (numeric or tuple of numeric) – The irradiance (W/m2) that is converted to photocurrent.

  • temp_cell (float or Series or tuple of float or Series) – The average cell temperature of cells within a module in C.

Returns

See pvsystem.calcparams_pvsyst for details