CommSystemGraphics ================== .. py:class:: ansys.stk.core.stkobjects.CommSystemGraphics Class defining 2D Graphics properties of a CommSystem. .. py:currentmodule:: CommSystemGraphics Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.CommSystemGraphics.show` - Opt whether to display graphics for the commsystem object. * - :py:attr:`~ansys.stk.core.stkobjects.CommSystemGraphics.show_desired_links` - Enable the desired links line graphics. * - :py:attr:`~ansys.stk.core.stkobjects.CommSystemGraphics.desired_links_color` - The desired links line color. * - :py:attr:`~ansys.stk.core.stkobjects.CommSystemGraphics.desired_links_line_style` - Select the line style in which desired links line graphics display from the LineStyle enumeration. * - :py:attr:`~ansys.stk.core.stkobjects.CommSystemGraphics.desired_links_line_width` - Select the line width in which desired links line graphics display from the LineWidth enumeration. * - :py:attr:`~ansys.stk.core.stkobjects.CommSystemGraphics.show_interference_links` - Enable the interference links line graphics. * - :py:attr:`~ansys.stk.core.stkobjects.CommSystemGraphics.interference_links_color` - The interference links line color. * - :py:attr:`~ansys.stk.core.stkobjects.CommSystemGraphics.interference_links_line_style` - Select the line style in which interference links line graphics display from the LineStyle enumeration. * - :py:attr:`~ansys.stk.core.stkobjects.CommSystemGraphics.interference_links_line_width` - Select the line width in which interference links line graphics display from the LineWidth enumeration. * - :py:attr:`~ansys.stk.core.stkobjects.CommSystemGraphics.show_primary_interferer_link` - Enable the primary interferer link line graphics. * - :py:attr:`~ansys.stk.core.stkobjects.CommSystemGraphics.primary_interferer_link_color` - The primary interferer link line color. * - :py:attr:`~ansys.stk.core.stkobjects.CommSystemGraphics.primary_interferer_link_line_style` - Select the line style in which the primary interferer link line graphics display from the LineStyle enumeration. * - :py:attr:`~ansys.stk.core.stkobjects.CommSystemGraphics.primary_interferer_link_line_width` - Select the line width in which the primary interferer link line graphics display from the LineWidth enumeration. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import CommSystemGraphics Property detail --------------- .. py:property:: show :canonical: ansys.stk.core.stkobjects.CommSystemGraphics.show :type: bool Opt whether to display graphics for the commsystem object. .. py:property:: show_desired_links :canonical: ansys.stk.core.stkobjects.CommSystemGraphics.show_desired_links :type: bool Enable the desired links line graphics. .. py:property:: desired_links_color :canonical: ansys.stk.core.stkobjects.CommSystemGraphics.desired_links_color :type: Color The desired links line color. .. py:property:: desired_links_line_style :canonical: ansys.stk.core.stkobjects.CommSystemGraphics.desired_links_line_style :type: LineStyle Select the line style in which desired links line graphics display from the LineStyle enumeration. .. py:property:: desired_links_line_width :canonical: ansys.stk.core.stkobjects.CommSystemGraphics.desired_links_line_width :type: LineWidth Select the line width in which desired links line graphics display from the LineWidth enumeration. .. py:property:: show_interference_links :canonical: ansys.stk.core.stkobjects.CommSystemGraphics.show_interference_links :type: bool Enable the interference links line graphics. .. py:property:: interference_links_color :canonical: ansys.stk.core.stkobjects.CommSystemGraphics.interference_links_color :type: Color The interference links line color. .. py:property:: interference_links_line_style :canonical: ansys.stk.core.stkobjects.CommSystemGraphics.interference_links_line_style :type: LineStyle Select the line style in which interference links line graphics display from the LineStyle enumeration. .. py:property:: interference_links_line_width :canonical: ansys.stk.core.stkobjects.CommSystemGraphics.interference_links_line_width :type: LineWidth Select the line width in which interference links line graphics display from the LineWidth enumeration. .. py:property:: show_primary_interferer_link :canonical: ansys.stk.core.stkobjects.CommSystemGraphics.show_primary_interferer_link :type: bool Enable the primary interferer link line graphics. .. py:property:: primary_interferer_link_color :canonical: ansys.stk.core.stkobjects.CommSystemGraphics.primary_interferer_link_color :type: Color The primary interferer link line color. .. py:property:: primary_interferer_link_line_style :canonical: ansys.stk.core.stkobjects.CommSystemGraphics.primary_interferer_link_line_style :type: LineStyle Select the line style in which the primary interferer link line graphics display from the LineStyle enumeration. .. py:property:: primary_interferer_link_line_width :canonical: ansys.stk.core.stkobjects.CommSystemGraphics.primary_interferer_link_line_width :type: LineWidth Select the line width in which the primary interferer link line graphics display from the LineWidth enumeration.