BurnoutGeodetic#

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

Bases: IBurnout

The geodetic burnout point.

Overview#

latitude

Get or set the latitude of the spacecraft burnout. Uses Angle Dimension.

longitude

Get or set the longitude of the spacecraft burnout. Uses Angle Dimension.

altitude

Get or set the altitude of the spacecraft burnout. Uses Distance Dimension.

Import detail#

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

Property detail#

property BurnoutGeodetic.latitude: Any#

Get or set the latitude of the spacecraft burnout. Uses Angle Dimension.

property BurnoutGeodetic.longitude: Any#

Get or set the longitude of the spacecraft burnout. Uses Angle Dimension.

property BurnoutGeodetic.altitude: float#

Get or set the altitude of the spacecraft burnout. Uses Distance Dimension.