Thruster.Position Property

Top 

Description

The vector representing the dry vehicle center of mass (i.e. no attached Tanks are included in this property) referenced from the origin of the Spacecraft's body fixed frame. This property is used in calculating the CenterOfMass, which includes all attached Tanks in its calculation.

 

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.

 

Attributes

Type:

Array of number (size = 3)

Access:

read/write

Units:

m

Default Value:

{ 0, 0, 1 }

 

Syntax

myVariable1 = myThruster1.Position[0];

 

myThruster1.Position[0] = myVariable1;

 

See also

Thruster Object

Thrusters Guide