pvpumpingsystem.pvpumpsystem.PVPumpSystem.operating_point

PVPumpSystem.operating_point(plot=False, nb_pts=50, stop=8760)

Finds the IV operating point(s) of the PV array and the pump (load).

cf pvpumpsystem.operating_point for more details

Parameters:
  • plot (Boolean) – Allows or not the printing of IV curves of PV system and of the load.
  • nb_pts (numeric) – number of points on graph
  • stop (numeric) – number of data on which the computation is run
Returns:

  • pandas.DataFrame – Current (‘I’) and voltage (‘V’) at the operating point between load and pv array.
  • Note / Issues
  • ————-
  • Takes ~10sec to compute 8760 iterations