environment#

property WalfischCouplingNode.environment: EnvironmentOption#

Specify the environment type for the Walfisch model.

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.environment = WalfischCouplingNode.EnvironmentOption.DENSE_METRO