BurnoutLaunchAzRadius#

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

Bases: IBurnout

The launch azimuth and radius 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.

radius

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

Import detail#

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

Property detail#

property BurnoutLaunchAzRadius.azimuth: Any#

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

property BurnoutLaunchAzRadius.down_range_dist: float#

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

property BurnoutLaunchAzRadius.radius: float#

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