captest.calcparams.avg_typ_cell_temp

captest.calcparams.avg_typ_cell_temp(data, poa, cell_temp, verbose=True)

Calculate irradiance weighted cell temperature.

Parameters:
  • data (DataFrame) – DataFrame with the source data for calculations. Usually the data attribute of a CapData instance.

  • poa (str) – Column name for POA irradiance (W/m^2).

  • cell_temp (str) – Column name for Cell temperature for each interval (degrees C).

Returns:

Average irradiance-weighted cell temperature.

Return type:

float