sunpeek.core_methods.pc_method.main.PCMethod#

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

Bases: ABC

Superclass for various variants of the Performance Check Method.

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

  • formula (Formula) – Formula / equation to be used for the PC method. See ISO 24194 chapter 5.2.1.

  • kwargs (passed to PCSettings)

Methods

__init__(plant, formula[, use_wind])

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

get_feedback(check_mode)

run()

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

run()#

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

Return type:

PCMethodOutput