sunpeek.core_methods.power_check.main.PowerCheck#

class sunpeek.core_methods.power_check.main.PowerCheck(plant, formula, use_wind=True, **kwargs)#

Bases: ABC

Superclass for various variants of the Power Check Method.

Parameters:
  • plant (Plant) – Fully-configured plant with at least one array, and with virtual sensors calculated.

  • formula (PowerCheckFormula) – Formula to be used for the Power Check. See ISO 24194 chapter 5.2.1.

  • kwargs (passed to PowerCheckSettings)

Methods

__init__(plant, formula[, use_wind])

create(plant, method, formula[, use_wind])

get_feedback(check_mode)

run()

Applies the Power Check on the plant and returns the estimated and calculated power.

run()#

Applies the Power Check on the plant and returns the estimated and calculated power.

Return type:

PowerCheckOutput