CommSystemGraphics#

class ansys.stk.core.stkobjects.CommSystemGraphics#

Class defining 2D Graphics properties of a CommSystem.

Overview#

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.

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.

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.

show

Opt whether to display graphics for the commsystem object.

show_desired_links

Enable the desired links line graphics.

show_interference_links

Enable the interference links line graphics.

show_primary_interferer_link

Enable the primary interferer link line graphics.

Import detail#

from ansys.stk.core.stkobjects import CommSystemGraphics

Property detail#

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.

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.

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.

property CommSystemGraphics.show: bool#

Opt whether to display graphics for the commsystem object.

Enable the desired links line graphics.

Enable the interference links line graphics.

Enable the primary interferer link line graphics.