RotatingPulsatingSystem.GetPosVelOfObject(Variable, Spacecraft) Method

Top 

Description

Returns an Array containing the position and velocity of the argument object relative to the RotatingPulsatingSystem.

 

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

RotatingPulsatingSystem.GetPosVelOfObject(

Variable epoch,


Spacecraft spacecraft)

 

 

Arguments

epoch


Description:

The epoch at which to evaluate the RotatingPulsatingSystem system.

 

 

spacecraft


Description:

The Spacecraft whose position and velocity will be returned.

 

 

 

Return Value

Type:

Array of number (size = 6)

 

 

A 6-element array containing the position and velocity of the specified object in units of km and km/s.

 

Syntax

myArray1 = myRotatingPulsatingSystem1.GetPosVelOfObject(myVariable1, mySpacecraft1);

 

 

See also

RotatingPulsatingSystem Object

RotatingPulsatingSystem.GetPosVelOfObject

Rotating-Pulsating Systems Guide