IRadarModel =========== .. py:class:: ansys.stk.core.stkobjects.IRadarModel Provide access to the properties and methods defining a radar model. .. py:currentmodule:: IRadarModel Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IRadarModel.name` - Get the radar model name. * - :py:attr:`~ansys.stk.core.stkobjects.IRadarModel.type` - Get the radar model type enumeration. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IRadarModel Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.IRadarModel.name :type: str Get the radar model name. .. py:property:: type :canonical: ansys.stk.core.stkobjects.IRadarModel.type :type: RadarModelType Get the radar model type enumeration.