roof_height#

property WalfischCouplingNode.roof_height: float#

The height of the building where the antenna is located.

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.roof_height = 30.0