RotatingPulsatingSystem.GetPositionOfObject(Variable, Variable) Method

Top 

Description

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

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

RotatingPulsatingSystem.GetPositionOfObject(

Variable epoch,


Variable bodyID)

 

 

Arguments

epoch


Description:

The epoch at which to evaluate the RotatingPulsatingSystem system.

 

 

bodyID


Description:

The BodyID corresponding to the CelestialObject whose position will be returned.

Valid Range:

bodyID > 0

 

 

 

Return Value

Type:

Array of number (size = 3)

Units:

km

 

 

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

 

Syntax

myArray1 = myRotatingPulsatingSystem1.GetPositionOfObject(myVariable1, myVariable2);

 

 

See also

RotatingPulsatingSystem Object

RotatingPulsatingSystem.GetPositionOfObject

Rotating-Pulsating Systems Guide