: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. .. **************************************************************************** WsfChangeRAAN_Inclination ------------------------- .. class:: WsfChangeRAAN_Inclination inherits WsfOrbitalManeuver **Input type:** :doc:`change_raan_inclination<../change_raan_inclination>` WsfChangeRAAN_Inclination_ can be used to change the right ascension of the ascending node and the inclination of a orbit of a platform. .. method:: static WsfChangeRAAN_Inclination Construct(WsfOrbitalEventCondition aCondition, double aRAAN_Degrees, double aInclinationDegrees) Static method to create a WsfChangeRAAN_Inclination_, providing a right ascension angle [0..360], and an inclination angle (0-180). .. note:: The final orbit must be non-equatorial for this maneuver to execute (raan is undefined for equatorial orbits). .. note:: The supplied condition should be :method:`WsfOrbitalEventCondition.AT_NORTHERN_INTERSECTION` or :method:`WsfOrbitalEventCondition.AT_SOUTHERN_INTERSECTION`.