InterpolatedTank.InitialCenterOfGravity Property

Top 

Description

The initial location of the center of gravity of the propellant in the Tank. The location is based on the Tank's reference location (TankReference). This will be used as a data point in the interpolation calculation of the Tank's center of gravity.

 

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, 0 }

 

Syntax

myVariable1 = myInterpolatedTank1.InitialCenterOfGravity[0];

 

myInterpolatedTank1.InitialCenterOfGravity[0] = myVariable1;

 

See also

InterpolatedTank Object

Tanks Guide