parent#

property TxBbEmissionNode.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_bb_emission = spec.add_tx_broadband_noise_profile()
>>> tx_bb_emission.parent