RadarAccessGraphics#

class ansys.stk.core.stkobjects.RadarAccessGraphics#

Class defining access graphics properties of a Radar.

Overview#

show_snr_contour

Opt whether to display graphics for the SNR contour.

snr_contour_type

Get or set the SNR contour type.

snr

Get or set the SNR.

radar_to_target_color

Get or set the Radar to Target access color.

show_bistatic_radar_to_target

Get or set the option for showing Bistatic Radar to Target graphics.

bistatic_radar_to_target_color

Get or set the Bistatic Radar to Target color.

bistatic_radar_to_target_line_style

Get or set the LineStyle enumeration for the Bistatic Radar to Target.

bistatic_radar_to_target_line_width

Get or set the LineWidth enumeration for the Bistatic Radar to Target.

show_bistatic_transmitter_to_bistatic_receiver

Get or set the option for showing Bistatic Radar Transmitter to Bistatic Radar Receiver graphics.

bistatic_transmitter_to_bistatic_receiver_color

Get or set the Bistatic Radar Transmitter to Bistatic Radar Receiver color.

bistatic_transmitter_to_bistatic_receiver_line_style

Get or set the LineStyle enumeration for the Bistatic Radar Transmitter to Bistatic Radar Receiver.

bistatic_transmitter_to_bistatic_receiver_line_width

Get or set the LineWidth enumeration for the Bistatic Radar Transmitter to Bistatic Radar Receiver.

show_clutter

Get or set the option for showing clutter graphics.

clutter_color

Get or set the clutter color.

Import detail#

from ansys.stk.core.stkobjects import RadarAccessGraphics

Property detail#

property RadarAccessGraphics.show_snr_contour: bool#

Opt whether to display graphics for the SNR contour.

property RadarAccessGraphics.snr_contour_type: RadarSNRContourType#

Get or set the SNR contour type.

property RadarAccessGraphics.snr: float#

Get or set the SNR.

property RadarAccessGraphics.radar_to_target_color: Color#

Get or set the Radar to Target access color.

property RadarAccessGraphics.show_bistatic_radar_to_target: bool#

Get or set the option for showing Bistatic Radar to Target graphics.

property RadarAccessGraphics.bistatic_radar_to_target_color: Color#

Get or set the Bistatic Radar to Target color.

property RadarAccessGraphics.bistatic_radar_to_target_line_style: LineStyle#

Get or set the LineStyle enumeration for the Bistatic Radar to Target.

property RadarAccessGraphics.bistatic_radar_to_target_line_width: LineWidth#

Get or set the LineWidth enumeration for the Bistatic Radar to Target.

property RadarAccessGraphics.show_bistatic_transmitter_to_bistatic_receiver: bool#

Get or set the option for showing Bistatic Radar Transmitter to Bistatic Radar Receiver graphics.

property RadarAccessGraphics.bistatic_transmitter_to_bistatic_receiver_color: Color#

Get or set the Bistatic Radar Transmitter to Bistatic Radar Receiver color.

property RadarAccessGraphics.bistatic_transmitter_to_bistatic_receiver_line_style: LineStyle#

Get or set the LineStyle enumeration for the Bistatic Radar Transmitter to Bistatic Radar Receiver.

property RadarAccessGraphics.bistatic_transmitter_to_bistatic_receiver_line_width: LineWidth#

Get or set the LineWidth enumeration for the Bistatic Radar Transmitter to Bistatic Radar Receiver.

property RadarAccessGraphics.show_clutter: bool#

Get or set the option for showing clutter graphics.

property RadarAccessGraphics.clutter_color: Color#

Get or set the clutter color.