: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. .. **************************************************************************** WsfPitchAngleManeuver --------------------- .. class:: WsfPitchAngleManeuver inherits WsfManeuver Overview ======== This maneuver sets the target pitch angle of the platform to which it is assigned. This maneuver is done executing as soon as the target is set, so if there is a need to wait for the achieved pitch angle to reach the target value, a :class:`WsfManeuverConstraint` must be used. Methods ======= .. method:: WsfPitchAngleManeuver Construct(double aPitchAngleDeg) Construct a maneuver that will set a target pitch angle in degrees. .. method:: double GetPitchAngle() Return this maneuver's target pitch angle in degrees.