Spacecraft.OrbitWizardRelativeMotionInPlane(Spacecraft, Variable) Method

Top 

Description

Configures the orbit state of the calling Spacecraft to fly in an in-plane formation with the specified in-track separation from the primarySC. The in-plane formation is a simple design, where the two Spacecraft occupy the same orbit with a constant separation in mean anomaly. The specified in-track separation represents the initial RIC-frame y-axis separation between the two Spacecraft.

 

This formation orbit wizard is based on the HCW system, so it assumes that the primarySC is in a two-body circular orbit, and that the secondarySC is near to the primary and propagated with the HCW propagator. If this is not the case, the actual propagated formation will not maintain the idealized relative motion.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

Spacecraft.OrbitWizardRelativeMotionInPlane(

Spacecraft primarySC,


Variable alongTrackSeparation)

 

 

Arguments

primarySC


Description:

The Spacecraft with which the calling Spacecraft will fly in formation. This orbit wizard assumes that the primary Spacecraft is in a circular orbit and using either a TwoBody or HCW propagator.

 

 

alongTrackSeparation


Description:

The along track separation, which represents the initial RIC-frame y-axis separation between the two Spacecraft.

Units:

km

 

 

 

Syntax

mySpacecraft1.OrbitWizardRelativeMotionInPlane(mySpacecraft2, myVariable1);

 

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide