add_hata_coupling#
- CouplingsNode.add_hata_coupling() EmitNode#
Add a new node to define coupling between antennas using the Hata COST 231 model.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> rev = app.results.get_revision() >>> cpl = rev.get_coupling_data_node() >>> hata_coupling = cpl.add_hata_coupling()