ElementConfigurationLinear#

class ansys.stk.core.stkobjects.ElementConfigurationLinear#

Bases: IElementConfiguration

Class defining a linear element configuration.

Overview#

number_of_elements

Get or set the number of elements on the perimiter of the circle.

spacing

Get or set the spacing between adjacent elements in wavelengths.

tilt_angle

Get or set the tilt angle.

maximum_look_angle

Get the maximum look angle.

Import detail#

from ansys.stk.core.stkobjects import ElementConfigurationLinear

Property detail#

property ElementConfigurationLinear.number_of_elements: int#

Get or set the number of elements on the perimiter of the circle.

property ElementConfigurationLinear.spacing: float#

Get or set the spacing between adjacent elements in wavelengths.

property ElementConfigurationLinear.tilt_angle: Any#

Get or set the tilt angle.

property ElementConfigurationLinear.maximum_look_angle: Any#

Get the maximum look angle.