add_custom_coupling#

CouplingsNode.add_custom_coupling() EmitNode#

Add a new node to define custom coupling between antennas.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> rev = app.results.get_revision()
>>> cpl = rev.get_coupling_data_node()
>>> custom_coupling = cpl.add_custom_coupling()