captest.capdata.CapData.filter_pvsyst

CapData.filter_pvsyst(inplace=True)

Filter pvsyst data for off max power point tracking operation.

This function is only applicable to simulated data generated by PVsyst. Filters the ‘IL Pmin’, IL Vmin’, ‘IL Pmax’, ‘IL Vmax’ values if they are greater than 0.

Parameters:

inplace (bool, default True) – If inplace is true, then function overwrites the filtered data. If false returns a CapData object.

Return type:

CapData object if inplace is set to False.