parent#

property ErcegCouplingNode.parent: EmitNode#

The parent of this emit node.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> rev = app.results.get_revision()
>>> cpl = rev.get_coupling_data_node()
>>> ereg = cpl.add_erceg_coupling()
>>> ereg.parent