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 nanosecond timing precision mode.

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

 

Attributes

Type:

string

Access:

read/write

Default Value:

" 00000-0"

 

Syntax

myString1 = myTwoLineElement1.MeanMotionDDot;

 

myTwoLineElement1.MeanMotionDDot = myString1;

 

See also

TwoLineElement Object