rain_availability#

property HataCouplingNode.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()
>>> hata = cpl.add_hata_coupling()
>>> hata.include_rain_attenuation = True
>>> hata.rain_availability = 99.99