RadarMultipathGraphics#

class ansys.stk.core.stkobjects.RadarMultipathGraphics#

Class defining multipath graphics properties of a Radar.

Overview#

show_transmitter_to_target_ground_reflection_point

Opt whether to display graphics for the transmit radar to the target ground reflection point.

transmitter_to_target_ground_reflection_point_color

Get or set the transmit radar to target ground reflection point color.

transmitter_to_target_ground_reflection_point_marker_style

Get or set the transmit radar to target ground reflection point marker style.

show_receiver_to_target_ground_reflection_point

Opt whether to display graphics for the receive radar to the target ground reflection point.

receiver_to_target_ground_reflection_point_color

Get or set the receive radar to target ground reflection point color.

receiver_to_target_ground_reflection_point_marker_style

Get or set the receive radar to target ground reflection point marker style.

show_transmitter_to_receiver_ground_reflection_point

Opt whether to display graphics for the transmit radar to the receive radar ground reflection point.

transmitter_to_receiver_ground_reflection_point_color

Get or set the transmit radar to receive radar ground reflection point color.

transmitter_to_receiver_ground_reflection_point_marker_style

Get or set the transmit radar to receive radar ground reflection point marker style.

Import detail#

from ansys.stk.core.stkobjects import RadarMultipathGraphics

Property detail#

property RadarMultipathGraphics.show_transmitter_to_target_ground_reflection_point: bool#

Opt whether to display graphics for the transmit radar to the target ground reflection point.

property RadarMultipathGraphics.transmitter_to_target_ground_reflection_point_color: Color#

Get or set the transmit radar to target ground reflection point color.

property RadarMultipathGraphics.transmitter_to_target_ground_reflection_point_marker_style: str#

Get or set the transmit radar to target ground reflection point marker style.

property RadarMultipathGraphics.show_receiver_to_target_ground_reflection_point: bool#

Opt whether to display graphics for the receive radar to the target ground reflection point.

property RadarMultipathGraphics.receiver_to_target_ground_reflection_point_color: Color#

Get or set the receive radar to target ground reflection point color.

property RadarMultipathGraphics.receiver_to_target_ground_reflection_point_marker_style: str#

Get or set the receive radar to target ground reflection point marker style.

property RadarMultipathGraphics.show_transmitter_to_receiver_ground_reflection_point: bool#

Opt whether to display graphics for the transmit radar to the receive radar ground reflection point.

property RadarMultipathGraphics.transmitter_to_receiver_ground_reflection_point_color: Color#

Get or set the transmit radar to receive radar ground reflection point color.

property RadarMultipathGraphics.transmitter_to_receiver_ground_reflection_point_marker_style: str#

Get or set the transmit radar to receive radar ground reflection point marker style.