parent# property SamplingNode.parent: EmitNode# The parent of this emit node. Examples >>> from ansys.aedt.core import Emit >>> app = Emit() >>> radio = app.schematic.create_component("New Radio") >>> sampling = [c for c in radio.children if c.node_type == "SamplingNode"][0] >>> sampling.parent