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