.. _calculations_decibel: Decibel Calculation Service =========================== CalcDecibelService gives access to the DECIBEL module. It only contains two function, ``CalcDecibelService.GetDecibelCalc(Handle)`` for getting a shadow objects and ``CalcDecibelService.SetDecibelCalc(shadow_obj)`` for passing it back to windPRO. The decibel calculation object can be modified and passed back to windPRO. With the general calculation service data and reports can be extracted from the decibel calculations. Find below and example that gets data from a decibel calculation and exports the data (also including ZVI and shadow flickr calculations). .. literalinclude:: ../../../python/examples/fromDocs/calculations/decibel_shadow_zvi_calculation.py