Spacecraft.SetRelativeCurvilinearVelocity(Spacecraft, Array) Method

Top 

Description

Sets the calling Spacecraft's curvilinear velocity in reference to the refSC. The velocity will be evaluated in the LVC cylindrical curvilinear frame. 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)

 

 

Arguments

refSC


Description:

The Spacecraft to which the reference state will be evaluated.

 

 

velocity


Description:

Array containing the relative Curvilinear velocity.

Required Size:

3

 

 

 

Syntax

mySpacecraft1.SetRelativeCurvilinearVelocity(mySpacecraft2, myArray1);

 

 

See also

Spacecraft Object

Spacecraft.SetRelativeCurvilinearVelocity

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide