rain_rate#

property ErcegCouplingNode.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()
>>> ereg = cpl.add_erceg_coupling()
>>> ereg.include_rain_attenuation = True
>>> ereg.rain_rate = 8.0