CelestialSystem.GetPosVelAtEpoch(TimeSpan) Method

Top 

Description

Returns the X, Y, Z, VX, VY, VZ components of the state of the CelestialSystem's barycenter, using the ReferenceBody as the origin.

 

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

TimeSpan epoch)

 

 

Arguments

epoch


Description:

The epoch at which to evaluate the system.

 

 

 

Return Value

Type:

Array of number (size = 6)

 

 

The state vector of the CelestialSystem's barycenter in units of km and km/s.

 

Syntax

myArray1 = myCelestialSystem1.GetPosVelAtEpoch(myTimeSpan1);

 

 

See also

CelestialSystem Object

Rotating-Pulsating Systems Guide