RotatingLibrationPoint.GetPositionAtEpoch(Variable) Method

Top 

Description

Returns the X, Y, Z components of the state of the RotatingLibrationPoint in the ICRF, using the ReferenceBody as the origin.

 

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.GetPositionAtEpoch(

Variable epoch)

 

 

Arguments

epoch


Description:

The epoch at which to evaluate the RotatingLibrationPoint object.

 

 

 

Return Value

Type:

Array of number (size = 3)

Units:

km

 

 

A 3-element array containing the position of the Lagrange point.

 

Syntax

myArray1 = myRotatingLibrationPoint1.GetPositionAtEpoch(myVariable1);

 

 

See also

RotatingLibrationPoint Object

Rotating Libration Points Guide