parent#

property RxSpurNode.parent: EmitNode#

The parent of this emit node.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> radio = app.schematic.create_component("New Radio")
>>> band = radio.children[0]
>>> rx_profile = band.children[1]
>>> rx_spur = rx_profile.add_spurious_responses()
>>> rx_spur.parent