position_defined#
- property AntennaNode.position_defined: bool#
Toggles on/off the ability to define a position for the antenna.
Value should be ‘true’ or ‘false’.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> _, ant = app.schematic.create_radio_antenna("Bluetooth") >>> ant.position_defined = False