fading_availability#
- property WalfischCouplingNode.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() >>> walf = cpl.add_walfisch_coupling() >>> walf.fading_type = WalfischCouplingNode.FadingTypeOption.FAST_FADING_ONLY >>> walf.fading_availability = 90.0