ForceModel.UseZeroTideModel Property

Top 

Description

Flag array indicating whether each body's gravitational field includes the permanent tide effects (Zero-Tide).

 

The array has a default dimension of 11 with the following elements:

[0] = Mercury

[1] = Venus

[2] = Earth

[3] = Mars

[4] = Jupiter

[5] = Saturn

[6] = Uranus

[7] = Neptune

[8] = Pluto

[9] = Moon

[10] = Sun

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Attributes

Type:

Array of boolean

Access:

read/write

Default Value:

{ false, false, ...false, false }

 

Syntax

myVariable1 = myForceModel1.UseZeroTideModel[0];

 

myForceModel1.UseZeroTideModel[0] = myVariable1;

 

See also

ForceModel Object

Setting up a Force Model