windkit.wind_turbine.estimate_regulation_type

windkit.wind_turbine.estimate_regulation_type(wtg: Dataset)[source]

Estimate the regulation type of a WTG

Use the power_output array, to see how many points equal the max power output. This does a good job detecting manufacturers power curves, but doesn’t detect pitch regulation from power curves derived from measurements.

Parameters:

wtg (xr.Dataset) – Wind Turbine Generator object

Returns:

Estimated regulation type object

Return type:

RegulationType