Skip to content

Commit 05562d4

Browse files
Birgit SchachlerBirgit Schachler
authored andcommitted
Adapt fetch_curve in example
1 parent 3fdc7f1 commit 05562d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/basic_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ def read_weather_data(filename, datetime_column='time_index',
7777
enerconE126 = {
7878
'hub_height': 135,
7979
'd_rotor': 127,
80-
'fetch_curve': 'P', # 'P' vor p-curve and 'cp' for cp-curve
80+
'fetch_curve': 'p', # 'p' for p-curve and 'cp' for cp-curve
8181
'turbine_name': 'ENERCON E 126 7500'} # Turbine name as in register. Use
8282
# wind_turbine.get_turbine_types()
8383
# for a full list.
8484
vestasV90 = {
8585
'hub_height': 105,
8686
'd_rotor': 90,
87-
'fetch_curve': 'P',
87+
'fetch_curve': 'p',
8888
'turbine_name': 'VESTAS V 90 3000'}
8989

9090
# Initialize WindTurbine objects

0 commit comments

Comments
 (0)