RainLossModelITURP618Version13 ============================== .. py:class:: ansys.stk.core.stkobjects.RainLossModelITURP618Version13 Bases: :py:class:`~ansys.stk.core.stkobjects.IRainLossModel`, :py:class:`~ansys.stk.core.stkobjects.IComponentInfo`, :py:class:`~ansys.stk.core.stkobjects.ICloneable` Class defining a rain loss model. .. py:currentmodule:: RainLossModelITURP618Version13 Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.RainLossModelITURP618Version13.surface_temperature` - Get or set the surface temperature. * - :py:attr:`~ansys.stk.core.stkobjects.RainLossModelITURP618Version13.enable_depolarization_loss` - Get or set the option to user de-polarization loss. * - :py:attr:`~ansys.stk.core.stkobjects.RainLossModelITURP618Version13.enable_itu_1510` - Get or set the option to use surface temperatures from ITU-R P.1510. * - :py:attr:`~ansys.stk.core.stkobjects.RainLossModelITURP618Version13.use_annual_itu_1510` - Get or set the option to use the annual average surface temperature for ITU-R P.1510. * - :py:attr:`~ansys.stk.core.stkobjects.RainLossModelITURP618Version13.itu_1510_month` - Get or set the month for ITU-R P.1510 Surface Temperatures. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import RainLossModelITURP618Version13 Property detail --------------- .. py:property:: surface_temperature :canonical: ansys.stk.core.stkobjects.RainLossModelITURP618Version13.surface_temperature :type: float Get or set the surface temperature. .. py:property:: enable_depolarization_loss :canonical: ansys.stk.core.stkobjects.RainLossModelITURP618Version13.enable_depolarization_loss :type: bool Get or set the option to user de-polarization loss. .. py:property:: enable_itu_1510 :canonical: ansys.stk.core.stkobjects.RainLossModelITURP618Version13.enable_itu_1510 :type: bool Get or set the option to use surface temperatures from ITU-R P.1510. .. py:property:: use_annual_itu_1510 :canonical: ansys.stk.core.stkobjects.RainLossModelITURP618Version13.use_annual_itu_1510 :type: bool Get or set the option to use the annual average surface temperature for ITU-R P.1510. .. py:property:: itu_1510_month :canonical: ansys.stk.core.stkobjects.RainLossModelITURP618Version13.itu_1510_month :type: int Get or set the month for ITU-R P.1510 Surface Temperatures.