ports# property CouplingLinkNode.ports: list[str]# Maps each port in the link to an antenna in the project. Examples >>> from ansys.aedt.core import Emit >>> app = Emit() >>> rev = app.results.get_revision() >>> cpl = rev.get_coupling_data_node() >>> link = cpl.children[0] >>> link.ports