Spacecraft.InTrackSeparation(Spacecraft) Method

Top 

Description

Returns the in-track separation between the calling Spacecraft and the primarySC in km. This is equivalent to the y-axis separation in the RIC frame.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

Spacecraft.InTrackSeparation(

Spacecraft primarySC)

 

 

Arguments

primarySC


Description:

The Spacecraft to which the in-track separation is measured.

 

 

 

Return Value

Type:

number

Units:

km

 

 

Returns the in-track separation between the calling Spacecraft and the primarySC in km.

 

Syntax

myVariable1 = mySpacecraft1.InTrackSeparation(mySpacecraft2);

 

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide