pvlib.pvsystem.Array.dc_ohms_from_percent#
- Array.dc_ohms_from_percent()[source]#
Calculates the equivalent resistance of the wires using
pvlib.pvsystem.dc_ohms_from_percent()
Makes use of array module parameters according to the following DC models:
CEC:
self.module_parameters[“V_mp_ref”]
self.module_parameters[“I_mp_ref”]
SAPM:
self.module_parameters[“Vmpo”]
self.module_parameters[“Impo”]
PVsyst-like or other:
self.module_parameters[“Vmpp”]
self.module_parameters[“Impp”]
Other array parameters that are used are: self.losses_parameters[“dc_ohmic_percent”], self.modules_per_string, and self.strings.
See
pvlib.pvsystem.dc_ohms_from_percent()
for more details.