phasecenterposition#

property AntennaNode.phasecenterposition: list[float]#

Set position of the antennas linked coordinate system.

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.use_phase_center = True
>>> ant.phasecenterposition