pvcompare.pv_feedin.get_peak

pvcompare.pv_feedin.get_peak(technology, module_parameters_1, module_parameters_2)[source]

This function returns the peak value for the given technology.

technology: str

Possible values are: si, cpv or psi.

module_parameters_1: dict

Module parameters of cell 1 or module.

module_parameters_2: dict

If technology is ‘si’, set parameter to None

Returns

peak – Peak value of the technology.

Return type

float