RotatingPulsatingSystem.GetVelocityOfObject(Variable, Spacecraft) Method

Top 

Description

Returns an Array containing the 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.GetVelocityOfObject(

Variable epoch,


Spacecraft spacecraft)

 

 

Arguments

epoch


Description:

The epoch at which to evaluate the RotatingPulsatingSystem system.

 

 

spacecraft


Description:

The Spacecraft whose velocity will be returned.

 

 

 

Return Value

Type:

Array of number (size = 3)

Units:

km/s

 

 

A 3-element array containing the velocity of the specified object.

 

Syntax

myArray1 = myRotatingPulsatingSystem1.GetVelocityOfObject(myVariable1, mySpacecraft1);

 

 

See also

RotatingPulsatingSystem Object

RotatingPulsatingSystem.GetVelocityOfObject

Rotating-Pulsating Systems Guide