rain_availability#

property WalfischCouplingNode.rain_availability: float#

Rain Availability.

Percentage of time attenuation due to range is < computed margin (range from 99-99.999%).

Value should be between 99 and 99.999.

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_availability = 99.99