ReceiverGraphics#

class ansys.stk.core.stkobjects.ReceiverGraphics#

Class defining 2D Graphics properties of a Receiver.

Overview#

show

Opt whether to display graphics for the receiver object.

show_boresight

Opt whether to display boresight graphics for the receiver’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 receiver’s antenna contour graphics interface.

Import detail#

from ansys.stk.core.stkobjects import ReceiverGraphics

Property detail#

property ReceiverGraphics.show: bool#

Opt whether to display graphics for the receiver object.

property ReceiverGraphics.show_boresight: bool#

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

property ReceiverGraphics.boresight_color: Color#

The color in which boresight graphics display.

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.