: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. .. **************************************************************************** Compound -------- **Script Type:** :class:`WsfCompoundManeuver` .. parsed-literal:: :ref:`maneuver` compound ... :ref:`(first maneuver)` ... :ref:`(second maneuver)` end_maneuver The compound maneuver consists of two maneuvers nested and executed in time order as specified by their individual :ref:`constraints`. It is useful in situations where two individual maneuvers execute closely in time so that is not obvious which should execute first. .. parsed-literal:: // Example: "Apogee Kick" Maneuver // (early simultaneous inclination and // eccentricity changes) maneuver compound maneuver change_eccentricity debug enabled eccentricity 0.0 execute_at apoapsis end_maneuver maneuver change_inclination debug enabled execute_at descending_node inclination 0 deg end_maneuver end_maneuver