TransmitterGraphics#
- class ansys.stk.core.stkobjects.TransmitterGraphics#
Class defining 2D Graphics properties of a Transmitter.
Overview#
Opt whether to display graphics for the transmitter object. |
|
Opt whether to display boresight graphics for the transmitterβs antenna. |
|
The color in which boresight graphics display. |
|
The marker style used to represent the boresight graphically. |
|
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_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.