RadarAccessGraphics =================== .. py:class:: ansys.stk.core.stkobjects.RadarAccessGraphics Class defining access graphics properties of a Radar. .. py:currentmodule:: RadarAccessGraphics Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.RadarAccessGraphics.show_snr_contour` - Opt whether to display graphics for the SNR contour. * - :py:attr:`~ansys.stk.core.stkobjects.RadarAccessGraphics.snr_contour_type` - Get or set the SNR contour type. * - :py:attr:`~ansys.stk.core.stkobjects.RadarAccessGraphics.snr` - Get or set the SNR. * - :py:attr:`~ansys.stk.core.stkobjects.RadarAccessGraphics.radar_to_target_color` - Get or set the Radar to Target access color. * - :py:attr:`~ansys.stk.core.stkobjects.RadarAccessGraphics.show_bistatic_radar_to_target` - Get or set the option for showing Bistatic Radar to Target graphics. * - :py:attr:`~ansys.stk.core.stkobjects.RadarAccessGraphics.bistatic_radar_to_target_color` - Get or set the Bistatic Radar to Target color. * - :py:attr:`~ansys.stk.core.stkobjects.RadarAccessGraphics.bistatic_radar_to_target_line_style` - Get or set the LineStyle enumeration for the Bistatic Radar to Target. * - :py:attr:`~ansys.stk.core.stkobjects.RadarAccessGraphics.bistatic_radar_to_target_line_width` - Get or set the LineWidth enumeration for the Bistatic Radar to Target. * - :py:attr:`~ansys.stk.core.stkobjects.RadarAccessGraphics.show_bistatic_transmitter_to_bistatic_receiver` - Get or set the option for showing Bistatic Radar Transmitter to Bistatic Radar Receiver graphics. * - :py:attr:`~ansys.stk.core.stkobjects.RadarAccessGraphics.bistatic_transmitter_to_bistatic_receiver_color` - Get or set the Bistatic Radar Transmitter to Bistatic Radar Receiver color. * - :py:attr:`~ansys.stk.core.stkobjects.RadarAccessGraphics.bistatic_transmitter_to_bistatic_receiver_line_style` - Get or set the LineStyle enumeration for the Bistatic Radar Transmitter to Bistatic Radar Receiver. * - :py:attr:`~ansys.stk.core.stkobjects.RadarAccessGraphics.bistatic_transmitter_to_bistatic_receiver_line_width` - Get or set the LineWidth enumeration for the Bistatic Radar Transmitter to Bistatic Radar Receiver. * - :py:attr:`~ansys.stk.core.stkobjects.RadarAccessGraphics.show_clutter` - Get or set the option for showing clutter graphics. * - :py:attr:`~ansys.stk.core.stkobjects.RadarAccessGraphics.clutter_color` - Get or set the clutter color. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import RadarAccessGraphics Property detail --------------- .. py:property:: show_snr_contour :canonical: ansys.stk.core.stkobjects.RadarAccessGraphics.show_snr_contour :type: bool Opt whether to display graphics for the SNR contour. .. py:property:: snr_contour_type :canonical: ansys.stk.core.stkobjects.RadarAccessGraphics.snr_contour_type :type: RadarSNRContourType Get or set the SNR contour type. .. py:property:: snr :canonical: ansys.stk.core.stkobjects.RadarAccessGraphics.snr :type: float Get or set the SNR. .. py:property:: radar_to_target_color :canonical: ansys.stk.core.stkobjects.RadarAccessGraphics.radar_to_target_color :type: Color Get or set the Radar to Target access color. .. py:property:: show_bistatic_radar_to_target :canonical: ansys.stk.core.stkobjects.RadarAccessGraphics.show_bistatic_radar_to_target :type: bool Get or set the option for showing Bistatic Radar to Target graphics. .. py:property:: bistatic_radar_to_target_color :canonical: ansys.stk.core.stkobjects.RadarAccessGraphics.bistatic_radar_to_target_color :type: Color Get or set the Bistatic Radar to Target color. .. py:property:: bistatic_radar_to_target_line_style :canonical: ansys.stk.core.stkobjects.RadarAccessGraphics.bistatic_radar_to_target_line_style :type: LineStyle Get or set the LineStyle enumeration for the Bistatic Radar to Target. .. py:property:: bistatic_radar_to_target_line_width :canonical: ansys.stk.core.stkobjects.RadarAccessGraphics.bistatic_radar_to_target_line_width :type: LineWidth Get or set the LineWidth enumeration for the Bistatic Radar to Target. .. py:property:: show_bistatic_transmitter_to_bistatic_receiver :canonical: ansys.stk.core.stkobjects.RadarAccessGraphics.show_bistatic_transmitter_to_bistatic_receiver :type: bool Get or set the option for showing Bistatic Radar Transmitter to Bistatic Radar Receiver graphics. .. py:property:: bistatic_transmitter_to_bistatic_receiver_color :canonical: ansys.stk.core.stkobjects.RadarAccessGraphics.bistatic_transmitter_to_bistatic_receiver_color :type: Color Get or set the Bistatic Radar Transmitter to Bistatic Radar Receiver color. .. py:property:: bistatic_transmitter_to_bistatic_receiver_line_style :canonical: ansys.stk.core.stkobjects.RadarAccessGraphics.bistatic_transmitter_to_bistatic_receiver_line_style :type: LineStyle Get or set the LineStyle enumeration for the Bistatic Radar Transmitter to Bistatic Radar Receiver. .. py:property:: bistatic_transmitter_to_bistatic_receiver_line_width :canonical: ansys.stk.core.stkobjects.RadarAccessGraphics.bistatic_transmitter_to_bistatic_receiver_line_width :type: LineWidth Get or set the LineWidth enumeration for the Bistatic Radar Transmitter to Bistatic Radar Receiver. .. py:property:: show_clutter :canonical: ansys.stk.core.stkobjects.RadarAccessGraphics.show_clutter :type: bool Get or set the option for showing clutter graphics. .. py:property:: clutter_color :canonical: ansys.stk.core.stkobjects.RadarAccessGraphics.clutter_color :type: Color Get or set the clutter color.