Element ======= .. py:class:: ansys.stk.core.stkobjects.Element Class defining a phased array element. .. py:currentmodule:: Element Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.Element.x` - Get the x position, in wavelengths. * - :py:attr:`~ansys.stk.core.stkobjects.Element.y` - Get the y position, in wavelengths. * - :py:attr:`~ansys.stk.core.stkobjects.Element.identifier` - Get the element Id. * - :py:attr:`~ansys.stk.core.stkobjects.Element.enabled` - Get or set whether or not the element is enabled. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import Element Property detail --------------- .. py:property:: x :canonical: ansys.stk.core.stkobjects.Element.x :type: float Get the x position, in wavelengths. .. py:property:: y :canonical: ansys.stk.core.stkobjects.Element.y :type: float Get the y position, in wavelengths. .. py:property:: identifier :canonical: ansys.stk.core.stkobjects.Element.identifier :type: int Get the element Id. .. py:property:: enabled :canonical: ansys.stk.core.stkobjects.Element.enabled :type: bool Get or set whether or not the element is enabled.