use_dd_1494_mode#

property Band.use_dd_1494_mode: bool#

Uses DD-1494 parameters to define the Tx/Rx spectrum.

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_dd_1494_mode = False