enabled#
- property TxBbEmissionNode.enabled: bool#
Enabled state for this 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.enabled = True