Spacecraft.SetRelativeCurvilinearVelocity(Spacecraft, Array, Variable) Method

Top 

Description

Sets the calling Spacecraft's curvilinear velocity 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.SetRelativeCurvilinearVelocity(

Spacecraft refSC,


Array velocity,


Variable coordinates)

 

 

Arguments

refSC


Description:

The Spacecraft to which the reference state will be evaluated.

 

 

velocity


Description:

Array containing the relative Curvilinear velocity.

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.SetRelativeCurvilinearVelocity(mySpacecraft2, myArray1, myVariable1);

 

 

See also

Spacecraft Object

Spacecraft.SetRelativeCurvilinearVelocity

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide