RotatingPulsatingSystem.GetVelocityOfObject(Variable, CelestialObject) 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,


CelestialObject celestialObject)

 

 

Arguments

epoch


Description:

The epoch at which to evaluate the RotatingPulsatingSystem system.

 

 

celestialObject


Description:

The CelestialObject 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, myCelestialObject1);

 

 

See also

RotatingPulsatingSystem Object

RotatingPulsatingSystem.GetVelocityOfObject

Rotating-Pulsating Systems Guide