IUrbanTerrestrialLossModel ========================== .. py:class:: ansys.stk.core.stkobjects.IUrbanTerrestrialLossModel Provide access to the properties and methods for an urban/terrestrial loss model. .. py:currentmodule:: IUrbanTerrestrialLossModel Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IUrbanTerrestrialLossModel.name` - Get the Urban Terrestrial loss model name. * - :py:attr:`~ansys.stk.core.stkobjects.IUrbanTerrestrialLossModel.type` - Get the Urban Terrestrial loss model type enumeration. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IUrbanTerrestrialLossModel Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.IUrbanTerrestrialLossModel.name :type: str Get the Urban Terrestrial loss model name. .. py:property:: type :canonical: ansys.stk.core.stkobjects.IUrbanTerrestrialLossModel.type :type: UrbanTerrestrialLossModelType Get the Urban Terrestrial loss model type enumeration.