CommSystemGraphics#

class ansys.stk.core.stkobjects.CommSystemGraphics#

Class defining 2D Graphics properties of a CommSystem.

Overview#

show

Opt whether to display graphics for the commsystem object.

show_desired_links

Enable the desired links line graphics.

desired_links_color

The desired links line color.

desired_links_line_style

Select the line style in which desired links line graphics display from the LineStyle enumeration.

desired_links_line_width

Select the line width in which desired links line graphics display from the LineWidth enumeration.

show_interference_links

Enable the interference links line graphics.

interference_links_color

The interference links line color.

interference_links_line_style

Select the line style in which interference links line graphics display from the LineStyle enumeration.

interference_links_line_width

Select the line width in which interference links line graphics display from the LineWidth enumeration.

show_primary_interferer_link

Enable the primary interferer link line graphics.

primary_interferer_link_color

The primary interferer link line color.

primary_interferer_link_line_style

Select the line style in which the primary interferer link line graphics display from the LineStyle enumeration.

primary_interferer_link_line_width

Select the line width in which the primary interferer link line graphics display from the LineWidth enumeration.

Import detail#

from ansys.stk.core.stkobjects import CommSystemGraphics

Property detail#

property CommSystemGraphics.show: bool#

Opt whether to display graphics for the commsystem object.

Enable the desired links line graphics.

The desired links line color.

Select the line style in which desired links line graphics display from the LineStyle enumeration.

Select the line width in which desired links line graphics display from the LineWidth enumeration.

Enable the interference links line graphics.

The interference links line color.

Select the line style in which interference links line graphics display from the LineStyle enumeration.

Select the line width in which interference links line graphics display from the LineWidth enumeration.

Enable the primary interferer link line graphics.

The primary interferer link line color.

Select the line style in which the primary interferer link line graphics display from the LineStyle enumeration.

Select the line width in which the primary interferer link line graphics display from the LineWidth enumeration.