LaunchVehicleInitialState#
- class ansys.stk.core.stkobjects.LaunchVehicleInitialState#
Class defining launch vehicle initial state.
Overview#
Get the geocentric or geodetic launch position coordinates. |
|
Burnout velocity, i.e. the velocity of the vehicle at the stop time. |
|
Get the geocentric or geodetic burnout position coordinates. |
|
Get the smart epoch component to access the trajectory epoch. |
Import detail#
from ansys.stk.core.stkobjects import LaunchVehicleInitialState
Property detail#
- property LaunchVehicleInitialState.launch: ILatitudeLongitudeAltitudePosition#
Get the geocentric or geodetic launch position coordinates.
- property LaunchVehicleInitialState.burnout_velocity: float#
Burnout velocity, i.e. the velocity of the vehicle at the stop time.
- property LaunchVehicleInitialState.burnout: ILatitudeLongitudeAltitudePosition#
Get the geocentric or geodetic burnout position coordinates.
- property LaunchVehicleInitialState.trajectory_epoch: ITimeToolInstantSmartEpoch#
Get the smart epoch component to access the trajectory epoch.