std_deviation#

property ErcegCouplingNode.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()
>>> ereg = cpl.add_erceg_coupling()
>>> ereg.fading_type = ErcegCouplingNode.FadingTypeOption.SHADOWING_ONLY
>>> ereg.std_deviation = 8.0