use_emission_designator#
- property Band.use_emission_designator: bool#
Use Emission Designator.
Uses the Emission Designator to define the bandwidth and modulation.
Value should be ‘true’ or ‘false’.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> radio = app.schematic.create_component("New Radio") >>> band = radio.children[0] >>> band.use_emission_designator = False