parent#

property TxSpurNode.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]
>>> spec = band.children[0]
>>> tx_spur = spec.add_spurious_emissions()
>>> tx_spur.parent