DisplaySystemGeocentric#

class ansys.stk.core.stkobjects.astrogator.DisplaySystemGeocentric#

Bases: IDisplaySystem

The geocentric launch location.

Overview#

latitude

Get or set the latitude of the launch location. Uses Angle Dimension.

longitude

Get or set the longitude of the launch location. Uses Angle Dimension.

radius

Get or set the radius of the launch location. Uses Distance Dimension.

Import detail#

from ansys.stk.core.stkobjects.astrogator import DisplaySystemGeocentric

Property detail#

property DisplaySystemGeocentric.latitude: Any#

Get or set the latitude of the launch location. Uses Angle Dimension.

property DisplaySystemGeocentric.longitude: Any#

Get or set the longitude of the launch location. Uses Angle Dimension.

property DisplaySystemGeocentric.radius: float#

Get or set the radius of the launch location. Uses Distance Dimension.