incidence_angle#
- property WalfischCouplingNode.incidence_angle: float#
Angle between the street orientation and direction of incidence.
Value should be between 0 and 90.
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.path_loss_type = WalfischCouplingNode.PathLossTypeOption.NLOS >>> walf.incidence_angle = 90.0