RadarAccessGraphics#
- class ansys.stk.core.stkobjects.RadarAccessGraphics#
Class defining access graphics properties of a Radar.
Overview#
Opt whether to display graphics for the SNR contour. |
|
Get or set the SNR contour type. |
|
Get or set the SNR. |
|
Get or set the Radar to Target access color. |
|
Get or set the option for showing Bistatic Radar to Target graphics. |
|
Get or set the Bistatic Radar to Target color. |
|
Get or set the LineStyle enumeration for the Bistatic Radar to Target. |
|
Get or set the LineWidth enumeration for the Bistatic Radar to Target. |
|
Get or set the option for showing Bistatic Radar Transmitter to Bistatic Radar Receiver graphics. |
|
Get or set the Bistatic Radar Transmitter to Bistatic Radar Receiver color. |
|
Get or set the LineStyle enumeration for the Bistatic Radar Transmitter to Bistatic Radar Receiver. |
|
Get or set the LineWidth enumeration for the Bistatic Radar Transmitter to Bistatic Radar Receiver. |
|
Get or set the option for showing clutter graphics. |
|
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.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.