RadarMultipathGraphics ====================== .. py:class:: ansys.stk.core.stkobjects.RadarMultipathGraphics Class defining multipath graphics properties of a Radar. .. py:currentmodule:: RadarMultipathGraphics Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.RadarMultipathGraphics.show_transmitter_to_target_ground_reflection_point` - Opt whether to display graphics for the transmit radar to the target ground reflection point. * - :py:attr:`~ansys.stk.core.stkobjects.RadarMultipathGraphics.transmitter_to_target_ground_reflection_point_color` - Get or set the transmit radar to target ground reflection point color. * - :py:attr:`~ansys.stk.core.stkobjects.RadarMultipathGraphics.transmitter_to_target_ground_reflection_point_marker_style` - Get or set the transmit radar to target ground reflection point marker style. * - :py:attr:`~ansys.stk.core.stkobjects.RadarMultipathGraphics.show_receiver_to_target_ground_reflection_point` - Opt whether to display graphics for the receive radar to the target ground reflection point. * - :py:attr:`~ansys.stk.core.stkobjects.RadarMultipathGraphics.receiver_to_target_ground_reflection_point_color` - Get or set the receive radar to target ground reflection point color. * - :py:attr:`~ansys.stk.core.stkobjects.RadarMultipathGraphics.receiver_to_target_ground_reflection_point_marker_style` - Get or set the receive radar to target ground reflection point marker style. * - :py:attr:`~ansys.stk.core.stkobjects.RadarMultipathGraphics.show_transmitter_to_receiver_ground_reflection_point` - Opt whether to display graphics for the transmit radar to the receive radar ground reflection point. * - :py:attr:`~ansys.stk.core.stkobjects.RadarMultipathGraphics.transmitter_to_receiver_ground_reflection_point_color` - Get or set the transmit radar to receive radar ground reflection point color. * - :py:attr:`~ansys.stk.core.stkobjects.RadarMultipathGraphics.transmitter_to_receiver_ground_reflection_point_marker_style` - Get or set the transmit radar to receive radar ground reflection point marker style. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import RadarMultipathGraphics Property detail --------------- .. py:property:: show_transmitter_to_target_ground_reflection_point :canonical: ansys.stk.core.stkobjects.RadarMultipathGraphics.show_transmitter_to_target_ground_reflection_point :type: bool Opt whether to display graphics for the transmit radar to the target ground reflection point. .. py:property:: transmitter_to_target_ground_reflection_point_color :canonical: ansys.stk.core.stkobjects.RadarMultipathGraphics.transmitter_to_target_ground_reflection_point_color :type: Color Get or set the transmit radar to target ground reflection point color. .. py:property:: transmitter_to_target_ground_reflection_point_marker_style :canonical: ansys.stk.core.stkobjects.RadarMultipathGraphics.transmitter_to_target_ground_reflection_point_marker_style :type: str Get or set the transmit radar to target ground reflection point marker style. .. py:property:: show_receiver_to_target_ground_reflection_point :canonical: ansys.stk.core.stkobjects.RadarMultipathGraphics.show_receiver_to_target_ground_reflection_point :type: bool Opt whether to display graphics for the receive radar to the target ground reflection point. .. py:property:: receiver_to_target_ground_reflection_point_color :canonical: ansys.stk.core.stkobjects.RadarMultipathGraphics.receiver_to_target_ground_reflection_point_color :type: Color Get or set the receive radar to target ground reflection point color. .. py:property:: receiver_to_target_ground_reflection_point_marker_style :canonical: ansys.stk.core.stkobjects.RadarMultipathGraphics.receiver_to_target_ground_reflection_point_marker_style :type: str Get or set the receive radar to target ground reflection point marker style. .. py:property:: show_transmitter_to_receiver_ground_reflection_point :canonical: ansys.stk.core.stkobjects.RadarMultipathGraphics.show_transmitter_to_receiver_ground_reflection_point :type: bool Opt whether to display graphics for the transmit radar to the receive radar ground reflection point. .. py:property:: transmitter_to_receiver_ground_reflection_point_color :canonical: ansys.stk.core.stkobjects.RadarMultipathGraphics.transmitter_to_receiver_ground_reflection_point_color :type: Color Get or set the transmit radar to receive radar ground reflection point color. .. py:property:: transmitter_to_receiver_ground_reflection_point_marker_style :canonical: ansys.stk.core.stkobjects.RadarMultipathGraphics.transmitter_to_receiver_ground_reflection_point_marker_style :type: str Get or set the transmit radar to receive radar ground reflection point marker style.