pywasp.wasp.wtg_to_pywake
- pywasp.wasp.wtg_to_pywake(wtg)[source]
Converts a PyWAsP WTG to a PyWake WTG
- Parameters:
wtg (
Dataset
) – PyWAsP Wind Turbine Generator (WTG) Dataset- Returns:
WindTurbine
– PyWake WindTurbine object- Raises:
ModuleNotFoundError – Raised if ‘py_wake’ is not installed in environment.