Spacecraft.GetRelativeCurvilinearVelocity(Spacecraft) Method

Top 

Description

Returns the relative curvilinear velocity of the calling Spacecraft. The velocity will be evaluated in the LVC cylindrical curvilinear frame. Note that if the epochs of the calling Spacecraft and the refSC do not match, this will report an error.

 

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.GetRelativeCurvilinearVelocity(

Spacecraft refSC)

 

 

Arguments

refSC


Description:

The Spacecraft to which the reference state will be evaluated.

 

 

 

Return Value

Type:

Array of number (size = 3)

Units:

km/s

 

 

Returns the relative Curvilinear velocity.

 

Syntax

myArray1 = mySpacecraft1.GetRelativeCurvilinearVelocity(mySpacecraft2);

 

 

See also

Spacecraft Object

Spacecraft.GetRelativeCurvilinearVelocity

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide