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