BurnoutLaunchAzAltitude#

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

Bases: IBurnout

The launch azimuth and altitude burnout point.

Overview#

azimuth

Get or set the azimuth of the launch trajectory. Uses Angle Dimension.

down_range_dist

Get or set the downrange distance of the spacecraft from launch at burnout. Uses Distance Dimension.

altitude_radius

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

Import detail#

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

Property detail#

property BurnoutLaunchAzAltitude.azimuth: Any#

Get or set the azimuth of the launch trajectory. Uses Angle Dimension.

property BurnoutLaunchAzAltitude.down_range_dist: float#

Get or set the downrange distance of the spacecraft from launch at burnout. Uses Distance Dimension.

property BurnoutLaunchAzAltitude.altitude_radius: float#

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