ReceiverGraphics#
- class ansys.stk.core.stkobjects.ReceiverGraphics#
Class defining 2D Graphics properties of a Receiver.
Overview#
Opt whether to display graphics for the receiver object. |
|
Opt whether to display boresight graphics for the receiverβs antenna. |
|
The color in which boresight graphics display. |
|
The marker style used to represent the boresight graphically. |
|
Get the receiverβs antenna contour graphics interface. |
Import detail#
from ansys.stk.core.stkobjects import ReceiverGraphics
Property detail#
- property ReceiverGraphics.show_boresight: bool#
Opt whether to display boresight graphics for the receiverβs antenna.
- property ReceiverGraphics.boresight_marker_style: str#
The marker style used to represent the boresight graphically.
- property ReceiverGraphics.contour_graphics: AntennaContourGraphics#
Get the receiverβs antenna contour graphics interface.