pvlib.pvsystem.dc_ohmic_losses#
- pvlib.pvsystem.dc_ohmic_losses(resistance, current)[source]#
Returns ohmic losses in units of power from the equivalent resistance of the wires and the operating current.
- Parameters:
resistance (numeric) – Equivalent resistance of wires [ohm]
current (numeric, float or array-like) – Operating current [A]
- Returns:
loss (numeric) – Power Loss [W]
See also
References