RotatingPulsatingSystem.GetPosVelOfObject(Variable, RotatingLibrationPoint) Method

Top 

Description

Returns an Array containing the position and velocity 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.GetPosVelOfObject(

Variable epoch,


RotatingLibrationPoint rotatingLibrationPoint)

 

 

Arguments

epoch


Description:

The epoch at which to evaluate the RotatingPulsatingSystem system.

 

 

rotatingLibrationPoint


Description:

The RotatingLibrationPoint whose position and velocity will be returned.

 

 

 

Return Value

Type:

Array of number (size = 6)

 

 

A 6-element array containing the position and velocity of the specified object in units of km and km/s.

 

Syntax

myArray1 = myRotatingPulsatingSystem1.GetPosVelOfObject(myVariable1, myRotatingLibrationPoint1);

 

 

See also

RotatingPulsatingSystem Object

RotatingPulsatingSystem.GetPosVelOfObject

Rotating-Pulsating Systems Guide