We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2252742 commit 5528529Copy full SHA for 5528529
example/modelchain_example.py
@@ -89,9 +89,9 @@ def initialize_wind_turbines():
89
power and/or power coefficient curve data from the Open Energy Database
90
(oedb), as done for the 'enerconE126', or provide your turbine data in csv
91
files as done for 'dummyTurbine' with an example file.
92
- Execute ``windpowerlib.wind_turbine.get_turbine_types()`` to get a list of
93
- all wind turbines for which power and power coefficient curves are
94
- provided.
+ Execute ``windpowerlib.wind_turbine.get_turbine_types()`` to get a table
+ including all wind turbines for which power and/or power coefficient curves
+ are provided.
95
96
Returns
97
-------
0 commit comments