TwoLineElement.MeanMotionDDot Property

Top 

Description

The second derivative of the mean motion divided by six, in units of revolutions per day^3, decimal point assumed, as a string. Note, since this parameter is not used for SGP4 propagation, but now represents the AGOM term when a type 4 TLE is defined.

 

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:

string

Access:

read/write

Default Value:

" 00000-0"

 

Syntax

myString1 = myTwoLineElement1.MeanMotionDDot;

 

myTwoLineElement1.MeanMotionDDot = myString1;

 

See also

TwoLineElement Object