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 89c0fdc commit c82a963Copy full SHA for c82a963
doc/modules.rst
@@ -63,14 +63,25 @@ Wind turbine data
63
Functions and methods to obtain the nominal power as well as
64
power curve or power coefficient curve needed by the :py:class:`~.wind_turbine.WindTurbine` class.
65
66
-
67
.. autosummary::
68
:toctree: temp/
69
70
wind_turbine.get_turbine_data_from_file
71
wind_turbine.load_turbine_data_from_oedb
72
wind_turbine.get_turbine_types
73
+.. _create_input_types_label:
74
+
75
+Create Data Container
76
+=====================
77
78
+Create groups to be used as an input in classes und functions.
79
80
+.. autosummary::
81
+ :toctree: temp/
82
83
+ wind_turbine.WindTurbine.to_group
84
85
.. _wind_farm_label:
86
87
Wind farm calculations
0 commit comments