RotatingLibrationPoint.GetPositionOfObject(Variable, ProximityZone, Variable) Method

Top 

Description

Returns an Array containing the position of the argument object relative to the RotatingLibrationPoint, expressed in the specified frame.

 

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

RotatingLibrationPoint.GetPositionOfObject(

Variable epoch,


ProximityZone proximityZone,


Variable frame)

 

 

Arguments

epoch


Description:

The epoch at which to evaluate the RotatingLibrationPoint system.

 

 

proximityZone


Description:

The ProximityZone whose position will be returned.

 

 

frame


Description:

The reference frame of the returned position vector.

Valid Values:

Value

Label

1

ICRF

2

Inertial MJ2000 Ecliptic

3

Non-Inertial RLP Frame

 

 

 

 

Return Value

Type:

Array of number (size = 3)

Units:

km

 

 

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

 

Syntax

myArray1 = myRotatingLibrationPoint1.GetPositionOfObject(myVariable1, myProximityZone1, myVariable2);

 

 

See also

RotatingLibrationPoint Object

RotatingLibrationPoint.GetPositionOfObject

Rotating Libration Points Guide