Spacecraft.SetRelativeCurvilinearPosition(Spacecraft, Array, Variable) Method

Top 

Description

Sets the calling Spacecraft's curvilinear position in reference to the refSC using the specified coordinates. Note that if the epochs of the calling Spacecraft and the refSC do not match, this will report an error.

 

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

Spacecraft.SetRelativeCurvilinearPosition(

Spacecraft refSC,


Array position,


Variable coordinates)

 

 

Arguments

refSC


Description:

The Spacecraft to which the reference state will be evaluated.

 

 

position


Description:

Array containing the relative Curvilinear position.

Required Size:

3

 

 

coordinates


Description:

The reference frame in which the state elements will be evaluated.

Valid Values:

Value

Label

7

LVC (Cylindrical)

8

RIC Cylindrical

9

RIC Spherical

 

 

 

 

Syntax

mySpacecraft1.SetRelativeCurvilinearPosition(mySpacecraft2, myArray1, myVariable1);

 

 

See also

Spacecraft Object

Spacecraft.SetRelativeCurvilinearPosition

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide