Element#

class ansys.stk.core.stkobjects.Element#

Class defining a phased array element.

Overview#

x

Get the x position, in wavelengths.

y

Get the y position, in wavelengths.

identifier

Get the element Id.

enabled

Get or set whether or not the element is enabled.

Import detail#

from ansys.stk.core.stkobjects import Element

Property detail#

property Element.x: float#

Get the x position, in wavelengths.

property Element.y: float#

Get the y position, in wavelengths.

property Element.identifier: int#

Get the element Id.

property Element.enabled: bool#

Get or set whether or not the element is enabled.