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