CelestialSystem.GetVelocityOfObject(TimeSpan, Spacecraft) Method

Top 

Description

Returns an Array containing the velocity of the argument object in the ICRF, referenced from the barycenter of the CelestialSystem.

 

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

CelestialSystem.GetVelocityOfObject(

TimeSpan epoch,


Spacecraft spacecraft)

 

 

Arguments

epoch


Description:

The epoch at which to evaluate the system.

 

 

spacecraft


Description:

The Spacecraft whose velocity will be returned.

 

 

 

Return Value

Type:

Array of number (size = 3)

Units:

km/s

 

 

Returns the VX, VY, VZ components of the state of the argument object in the ICRF.

 

Syntax

myArray1 = myCelestialSystem1.GetVelocityOfObject(myTimeSpan1, mySpacecraft1);

 

 

See also

CelestialSystem Object

CelestialSystem.GetVelocityOfObject

Rotating-Pulsating Systems Guide