LaunchVehicleInitialState#

class ansys.stk.core.stkobjects.LaunchVehicleInitialState#

Class defining launch vehicle initial state.

Overview#

launch

Get the geocentric or geodetic launch position coordinates.

burnout_velocity

Burnout velocity, i.e. the velocity of the vehicle at the stop time.

burnout

Get the geocentric or geodetic burnout position coordinates.

trajectory_epoch

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.