use_phase_center#

property AntennaNode.use_phase_center: bool#

Use the phase center defined in the HFSS design.

Value should be ‘true’ or ‘false’.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> _, ant = app.schematic.create_radio_antenna("Bluetooth")
>>> ant.use_phase_center = False