UrbanTerrestrialLossModelWirelessInSite64 ========================================= .. py:class:: ansys.stk.core.stkobjects.UrbanTerrestrialLossModelWirelessInSite64 Bases: :py:class:`~ansys.stk.core.stkobjects.IUrbanTerrestrialLossModel`, :py:class:`~ansys.stk.core.stkobjects.IComponentInfo`, :py:class:`~ansys.stk.core.stkobjects.ICloneable` Class defining an urban/terrestrial loss model. .. py:currentmodule:: UrbanTerrestrialLossModelWirelessInSite64 Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.UrbanTerrestrialLossModelWirelessInSite64.surface_temperature` - Get or set the surface temperature. * - :py:attr:`~ansys.stk.core.stkobjects.UrbanTerrestrialLossModelWirelessInSite64.supported_calculation_methods` - Get an array of supported calculation methods. * - :py:attr:`~ansys.stk.core.stkobjects.UrbanTerrestrialLossModelWirelessInSite64.calculation_method` - Get or set the calculation method. * - :py:attr:`~ansys.stk.core.stkobjects.UrbanTerrestrialLossModelWirelessInSite64.enable_ground_reflection` - Get or set the option enabling the ground reflection. * - :py:attr:`~ansys.stk.core.stkobjects.UrbanTerrestrialLossModelWirelessInSite64.geometry_data` - Get the geometry data. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import UrbanTerrestrialLossModelWirelessInSite64 Property detail --------------- .. py:property:: surface_temperature :canonical: ansys.stk.core.stkobjects.UrbanTerrestrialLossModelWirelessInSite64.surface_temperature :type: float Get or set the surface temperature. .. py:property:: supported_calculation_methods :canonical: ansys.stk.core.stkobjects.UrbanTerrestrialLossModelWirelessInSite64.supported_calculation_methods :type: list Get an array of supported calculation methods. .. py:property:: calculation_method :canonical: ansys.stk.core.stkobjects.UrbanTerrestrialLossModelWirelessInSite64.calculation_method :type: str Get or set the calculation method. .. py:property:: enable_ground_reflection :canonical: ansys.stk.core.stkobjects.UrbanTerrestrialLossModelWirelessInSite64.enable_ground_reflection :type: bool Get or set the option enabling the ground reflection. .. py:property:: geometry_data :canonical: ansys.stk.core.stkobjects.UrbanTerrestrialLossModelWirelessInSite64.geometry_data :type: WirelessInSite64GeometryData Get the geometry data.