fading_availability#
- property ErcegCouplingNode.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() >>> ereg = cpl.add_erceg_coupling() >>> ereg.fading_type = ErcegCouplingNode.FadingTypeOption.FAST_FADING_ONLY >>> ereg.fading_availability = 90.0