Spacecraft.SetFixedVelocity(Array) Method

Top 

Description

Sets the Spacecraft's velocity components (VX, VY, VZ) referenced to the Body Fixed coordinate system of its central body.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

Spacecraft.SetFixedVelocity(

Array velocity)

 

 

Arguments

velocity


Description:

The velocity components (VX, VY, VZ) referenced to the Body Fixed coordinate system of the calling Spacecraft's central body.

Required Size:

3

 

 

 

Syntax

mySpacecraft1.SetFixedVelocity(myArray1);

 

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide