WsfChangeRAAN¶
- WsfChangeRAAN inherits WsfOrbitalManeuver
Input type: change_raan
WsfChangeRAAN can be used to change the right ascension of the ascending node of a orbit of a platform.
- 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 WsfOrbitalEventCondition.AT_NORTHERN_INTERSECTION or WsfOrbitalEventCondition.AT_SOUTHERN_INTERSECTION.