BurnoutGeodetic#

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

Bases: IBurnout

The geodetic burnout point.

Overview#

altitude

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

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.

Import detail#

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

Property detail#

property BurnoutGeodetic.altitude: float#

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

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.