std_deviation#
- property WalfischCouplingNode.std_deviation: float#
Standard deviation modeling the random amount of shadowing loss.
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.SHADOWING_ONLY >>> walf.std_deviation = 8.0