relative_position#

property AntennaNode.relative_position: list[float]#

Set position of the antenna relative to placement coordinates.

Value should be a list of 3 floats.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> _, ant = app.schematic.create_radio_antenna("Bluetooth")
>>> ant.position_defined = True
>>> ant.relative_position