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