rain_rate#
- property HataCouplingNode.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() >>> hata = cpl.add_hata_coupling() >>> hata.include_rain_attenuation = True >>> hata.rain_rate = 8.0