ForceModel.SolidTideOrder Property

Top 

Description

Specifies the number of Tesseral harmonic terms that are to be used when modeling Solid Tides for the Central Body.

 

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 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.

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

 

Attributes

Type:

Array of integer

Access:

read/write

Default Value:

{ 0, 0, ...0, 0 }

 

Syntax

myVariable1 = myForceModel1.SolidTideOrder[0];

 

myForceModel1.SolidTideOrder[0] = myVariable1;

 

See also

ForceModel Object

Setting up a Force Model