orientation#

property AntennaNode.orientation: list[float]#

Set orientation of the antenna relative to parent-node coordinates.

Value format is determined by ‘Orientation Mode’, in degrees and delimited by spaces.

Examples

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