pvcompare.pv_feedin.set_up_system

pvcompare.pv_feedin.set_up_system(technology, surface_azimuth, surface_tilt)[source]

Sets up pvlibPVSystems.

Initializes the pvlib.PVSystem for the given type of technology and returns the system and the module parameters as a dictionary

Parameters
  • technology (str) – Possible technologies are: si, cpv or psi.

  • surface_azimuth (float) – Surface azimuth of the module.

  • surface_tilt (float) – Surface tilt of the module.

Returns

Return type

Depending on technology returns the system and the module parameters