: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. .. **************************************************************************** WsfChangeInclination -------------------- .. class:: WsfChangeInclination inherits WsfOrbitalManeuver **Input type:** :doc:`change_inclination<../change_inclination>` WsfChangeInclination can be used to change the inclination of the orbit of a platform. .. method:: static WsfChangeInclination Construct(WsfOrbitalEventCondition aCondition, double aInclinationDegrees) Static method to create a WsfChangeInclination using a specific condition and the desired inclination [0..180]. .. note:: When the current inclination is not 0, the supplied condition should be :method:`WsfOrbitalEventCondition.AT_ASCENDING_NODE` or :method:`WsfOrbitalEventCondition.AT_DESCENDING_NODE`.