BurnoutCBFCartesian#
- class ansys.stk.core.stkobjects.astrogator.BurnoutCBFCartesian#
Bases:
IBurnout
The burnout state in CBF Cartesian coordinates.
Overview#
The CBF x component of the spacecraft burnout location. Uses Distance Dimension. |
|
The CBF y component of the spacecraft burnout location. Uses Distance Dimension. |
|
The CBF z component of the spacecraft burnout location. Uses Distance Dimension. |
|
The CBF x component of the spacecraft burnout velocity. Uses Rate Dimension. |
|
The CBF y component of the spacecraft burnout velocity. Uses Rate Dimension. |
|
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.