IPolarizationElliptical ======================= .. py:class:: ansys.stk.core.stkobjects.IPolarizationElliptical Provide the interface for elliptical polarization. .. py:currentmodule:: IPolarizationElliptical Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IPolarizationElliptical.reference_axis` - Get or set the polarization reference axis. * - :py:attr:`~ansys.stk.core.stkobjects.IPolarizationElliptical.tilt_angle` - Get or set the polarization tilt angle. * - :py:attr:`~ansys.stk.core.stkobjects.IPolarizationElliptical.axial_ratio` - Get or set the polarization axial ratio. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IPolarizationElliptical Property detail --------------- .. py:property:: reference_axis :canonical: ansys.stk.core.stkobjects.IPolarizationElliptical.reference_axis :type: PolarizationReferenceAxis Get or set the polarization reference axis. .. py:property:: tilt_angle :canonical: ansys.stk.core.stkobjects.IPolarizationElliptical.tilt_angle :type: typing.Any Get or set the polarization tilt angle. .. py:property:: axial_ratio :canonical: ansys.stk.core.stkobjects.IPolarizationElliptical.axial_ratio :type: float Get or set the polarization axial ratio.