Welcome to windPRO scripting documentation! ===================================================== windPRO scripting allows users of windPRO to interact with windPRO via API calls instead of the traditional GUI based interaction. WindPRO scripting can be called from numerous different scripting / programming languages, but the main focus on this documentation is calling windPRO from Python. The documentation will describe the basic steps of getting starting with windPRO scripting, introduce the different services, and contains several examples on how to use windPRO scripting. Documentation ------------- **Getting Started** * :doc:`introduction` * :doc:`python_getting_started` * :doc:`services_introduction` * :doc:`limitations` * :doc:`faq` **Reference** * :doc:`api_reference` * :doc:`type_reference` * :doc:`python_package` * :doc:`examples` * :doc:`version_changes` **Services** * **General functionality** * :doc:`services_windpro` * :doc:`services_project` * :doc:`services_Calculation` * :doc:`services_Objectservice` * :doc:`services_onlinedata` * **Tools** * :doc:`services_optimize` * :doc:`services_scaler` * :doc:`services_wtgExplorerService` * :doc:`services_engineering_forest` * **Objects** * :doc:`objects/objects_area` * :doc:`objects/objects_ctrlpoint` * :doc:`objects/objects_elevationgrid` * :doc:`objects/objects_line` * :doc:`objects/objects_obstacle` * :doc:`objects/objects_meteo` * :doc:`objects/objects_nsa` * :doc:`objects/objects_radar` * :doc:`objects/objects_ruler` * :doc:`objects/objects_shadow` * :doc:`objects/objects_shape` * :doc:`objects/objects_sitedata` * :doc:`objects/objects_text` * :doc:`objects/objects_wtg` * :doc:`objects/objects_wtgareas` * **Calculations** * :doc:`calculations/calculations_decibel` * :doc:`calculations/calculations_mcp` * :doc:`calculations/calculations_park` * :doc:`calculations/calculations_resource` * :doc:`calculations/calculations_shadow` * :doc:`calculations/calculations_statgen` * :doc:`calculations/calculations_trix` * :doc:`calculations/calculations_zvi` .. toctree:: :maxdepth: 1 :hidden: :caption: Getting Started introduction python_getting_started services_introduction limitations faq .. toctree:: :maxdepth: 1 :hidden: :caption: References api_reference type_reference python_package examples version_changes .. toctree:: :maxdepth: 1 :hidden: :caption: Services General services_windpro services_project services_Calculation services_Objectservice services_onlinedata .. toctree:: :maxdepth: 1 :hidden: :caption: Tools services_optimize services_scaler services_wtgExplorerService services_engineering_forest .. toctree:: :maxdepth: 1 :hidden: :caption: Objects objects/objects_area objects/objects_ctrlpoint objects/objects_elevationgrid objects/objects_line objects/objects_meteo objects/objects_nsa objects/objects_obstacle objects/objects_radar objects/objects_ruler objects/objects_shadow objects/objects_shape objects/objects_sitedata objects/objects_text objects/objects_wtg objects/objects_wtgareas .. toctree:: :maxdepth: 1 :hidden: :caption: Calculations calculations/calculations_decibel calculations/calculations_mcp calculations/calculations_park calculations/calculations_resource calculations/calculations_shadow calculations/calculations_statgen calculations/calculations_trix calculations/calculations_zvi