: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. .. **************************************************************************** WsfOrbitalMissionSequence ------------------------- .. class:: WsfOrbitalMissionSequence A WsfOrbitalMissionSequence_ is passed to a :class:`WsfSpaceMover` perform a specific set of actions, such as a sequence of :class:`maneuvers`. Each :class:`event` is constructed individually then added to the sequence with the :method:`WsfOrbitalMissionSequence.AddEvent` or :method:`WsfOrbitalMissionSequence.AddManeuver` methods. .. method:: static WsfOrbitalMissionSequence Construct() Construct a new WsfOrbitalMissionSequence_. .. method:: void AddEvent(WsfOrbitalEvent aEvent) Add any :class:`event` to the list of events to be executed. .. method:: void AddManeuver(WsfOrbitalManeuver aManeuver) Add a specific :class:`orbital maneuver` to the list of events to be executed.