BurnoutCBFCartesian#

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

Bases: IBurnout

The burnout state in CBF Cartesian coordinates.

Overview#

cartesian_burnout_x

The CBF x component of the spacecraft burnout location. Uses Distance Dimension.

cartesian_burnout_y

The CBF y component of the spacecraft burnout location. Uses Distance Dimension.

cartesian_burnout_z

The CBF z component of the spacecraft burnout location. Uses Distance Dimension.

cartesian_burnout_vx

The CBF x component of the spacecraft burnout velocity. Uses Rate Dimension.

cartesian_burnout_vy

The CBF y component of the spacecraft burnout velocity. Uses Rate Dimension.

cartesian_burnout_vz

The CBF z component of the spacecraft burnout velocity. Uses Rate Dimension.

Import detail#

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

Property detail#

property BurnoutCBFCartesian.cartesian_burnout_x: float#

The CBF x component of the spacecraft burnout location. Uses Distance Dimension.

property BurnoutCBFCartesian.cartesian_burnout_y: float#

The CBF y component of the spacecraft burnout location. Uses Distance Dimension.

property BurnoutCBFCartesian.cartesian_burnout_z: float#

The CBF z component of the spacecraft burnout location. Uses Distance Dimension.

property BurnoutCBFCartesian.cartesian_burnout_vx: float#

The CBF x component of the spacecraft burnout velocity. Uses Rate Dimension.

property BurnoutCBFCartesian.cartesian_burnout_vy: float#

The CBF y component of the spacecraft burnout velocity. Uses Rate Dimension.

property BurnoutCBFCartesian.cartesian_burnout_vz: float#

The CBF z component of the spacecraft burnout velocity. Uses Rate Dimension.