: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 ------------- .. class:: WsfChangeRAAN inherits WsfOrbitalManeuver **Input type:** :doc:`change_raan<../change_raan>` WsfChangeRAAN_ can be used to change the right ascension of the ascending node of a orbit of a platform. .. method:: static WsfChangeRAAN Construct(WsfOrbitalEventCondition aCondition, double aRAAN_Degrees) Static method to create a WSfChangeRAAN_ using a specific condition and a angle [0..360]. .. note:: The initial 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`.