street_width#

property WalfischCouplingNode.street_width: float#

Width of the street.

Value should be between 0 and 100.

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.street_width = 15.0