class foxes.output.TurbineTypeCurves(foxes.output.Output)[source]

Creates power and ct curves for turbine types, optionally including derating/boost.

Attributes

mbook: foxes.models.ModelBook

The model book

Public members

TurbineTypeCurves(mbook)[source]

Constructor.

plot_curves(turbine_type, variables, P_max=None, titles=None, ...)[source]

Plot the power or ct curve.

get_fpath(fname)[source]

Gets the total file path

write(file_name, data, format_col2var={}, format_dict={}, **kwargs)[source]

Writes data to file via pandas.

classmethod print_models()[source]

Prints all model names.

classmethod new(model_type, *args, **kwargs)[source]

Run-time output model factory.