ElementConfigurationLinear ========================== .. py:class:: ansys.stk.core.stkobjects.ElementConfigurationLinear Bases: :py:class:`~ansys.stk.core.stkobjects.IElementConfiguration` Class defining a linear element configuration. .. py:currentmodule:: ElementConfigurationLinear Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ElementConfigurationLinear.number_of_elements` - Get or set the number of elements on the perimiter of the circle. * - :py:attr:`~ansys.stk.core.stkobjects.ElementConfigurationLinear.spacing` - Get or set the spacing between adjacent elements in wavelengths. * - :py:attr:`~ansys.stk.core.stkobjects.ElementConfigurationLinear.tilt_angle` - Get or set the tilt angle. * - :py:attr:`~ansys.stk.core.stkobjects.ElementConfigurationLinear.maximum_look_angle` - Get the maximum look angle. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ElementConfigurationLinear Property detail --------------- .. py:property:: number_of_elements :canonical: ansys.stk.core.stkobjects.ElementConfigurationLinear.number_of_elements :type: int Get or set the number of elements on the perimiter of the circle. .. py:property:: spacing :canonical: ansys.stk.core.stkobjects.ElementConfigurationLinear.spacing :type: float Get or set the spacing between adjacent elements in wavelengths. .. py:property:: tilt_angle :canonical: ansys.stk.core.stkobjects.ElementConfigurationLinear.tilt_angle :type: typing.Any Get or set the tilt angle. .. py:property:: maximum_look_angle :canonical: ansys.stk.core.stkobjects.ElementConfigurationLinear.maximum_look_angle :type: typing.Any Get the maximum look angle.