ForceModel.PlanetFieldType Property

Top 

Description

Specifies the FieldTypes to be used in modeling the Bodies' gravitational potentials.

 

Value Potential Field Type

0 = Point Mass Gravity

1 = Zonal Potential Terms Only

2 = Zonal and Tesseral Terms

3 = Zonal and Tesseral Terms with Solid Tides.

 

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 integer

Access:

read/write

Default Value:

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

Valid Range:

0 ≤ ForceModel.PlanetFieldType ≤ 3

 

Syntax

myVariable1 = myForceModel1.PlanetFieldType[0];

 

myForceModel1.PlanetFieldType[0] = myVariable1;

 

See also

ForceModel Object

Setting up a Force Model