InterpolatedTank.FinalCOGZ Property

Top 

Description

This property has been Deprecated. Please use the FinalCenterOfGravity vector property instead.

 

The final z-component of the center of gravity of the propellant in the Tank. The location is based on the Tank's reference location (TankRefX, Y, Z). 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. 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.

 

Attributes

Type:

number

Access:

read/write

Units:

m

Default Value:

0.0

 

Syntax

myVariable1 = myInterpolatedTank1.FinalCOGZ;

 

myInterpolatedTank1.FinalCOGZ = myVariable1;

 

See also

InterpolatedTank Object

Tanks Guide