CelestialObject.Mu Property

Top 

Description

The gravity constant of the CelestialObject. This value is used for propagation of a Spacecraft with a point mass gravitational model. When a Spacecraft is propagated using a gravitational potential field file, the Mu (Gravity Constant) specified in the file is used for propagation of that Spacecraft.

 

Mu = GM (in km^3/s^2), where: G = 6.67259x10^-20 km^3/(kg*sec^2), M = mass (kg).

 

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:

number

Access:

read/write

Units:

km3/s2

Default Value:

398600.4415

Valid Range:

CelestialObject.Mu > 0

 

Syntax

myVariable1 = myCelestialObject1.Mu;

 

myCelestialObject1.Mu = myVariable1;

 

See also

CelestialObject Object

CelestialObjects Guide