: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. .. **************************************************************************** WsfCircularize -------------- .. class:: WsfCircularize inherits WsfOrbitalManeuver **Input type:** :doc:`circularize<../circularize>` WsfCircularize_ can be used to circularize an elliptical orbit of a platform. .. method:: static WsfCircularize Construct(WsfOrbitalEventCondition aCondition) Static method to create a WsfCircularize_ maneuver that will circularize an elliptical orbit. .. note:: This maneuver will have no effect when the current eccentricity is 0. The supplied condition should be :method:`WsfOrbitalEventCondition.AT_ASCENDING_RADIUS` or :method:`WsfOrbitalEventCondition.AT_DESCENDING_RADIUS`.