fading_availability#
- property HataCouplingNode.fading_availability: float#
Fading Availability.
The probability that the propagation loss in dB is below its median value plus the margin.
Value should be between 0.0 and 100.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.fading_type = HataCouplingNode.FadingTypeOption.FAST_FADING_ONLY >>> hata.fading_availability = 90.0