:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** WsfSixDOF_FlightPathAngleManeuver --------------------------------- .. class:: WsfSixDOF_FlightPathAngleManeuver inherits WsfSixDOF_Maneuver Overview ======== This maneuver sets the target flight path angle of the assigned platform. This maneuver is done executing as soon as the target is set, so if there is a need to wait for the platform's flight path angle to reach the target value, a :class:`WsfSixDOF_ManeuverConstraint` must be used. Methods ======= .. method:: static WsfSixDOF_FlightPathAngleManeuver Construct(double aFlightPathAngleDeg) Construct a maneuver that will instruct the assigned platform to obtain the given flight path angle in degrees. .. method:: double GetFlightPathAngle() Return this maneuver's target flight path angle.