rain_rate#

property WalfischCouplingNode.rain_rate: float#

Rain rate (mm/hr) exceeded for 0.01% of the time.

Value should be between 0.0 and 1000.0.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> rev = app.results.get_revision()
>>> cpl = rev.get_coupling_data_node()
>>> walf = cpl.add_walfisch_coupling()
>>> walf.include_rain_attenuation = True
>>> walf.rain_rate = 8.0