TransmitterGraphics#

class ansys.stk.core.stkobjects.TransmitterGraphics#

Class defining 2D Graphics properties of a Transmitter.

Overview#

show

Opt whether to display graphics for the transmitter object.

show_boresight

Opt whether to display boresight graphics for the transmitter’s antenna.

boresight_color

The color in which boresight graphics display.

boresight_marker_style

The marker style used to represent the boresight graphically.

contour_graphics

Get the transmitter’s antenna contour graphics interface.

Import detail#

from ansys.stk.core.stkobjects import TransmitterGraphics

Property detail#

property TransmitterGraphics.show: bool#

Opt whether to display graphics for the transmitter object.

property TransmitterGraphics.show_boresight: bool#

Opt whether to display boresight graphics for the transmitter’s antenna.

property TransmitterGraphics.boresight_color: Color#

The color in which boresight graphics display.

property TransmitterGraphics.boresight_marker_style: str#

The marker style used to represent the boresight graphically.

property TransmitterGraphics.contour_graphics: AntennaContourGraphics#

Get the transmitter’s antenna contour graphics interface.