TwoLineElement.MeanMotionDot Property

Top 

Description

The first derivative of the mean motion divided by two, in units of revolutions per day^2 as a string. Note, since this parameter is not used, it is read directly from the TLE, or output directly to it.

 

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:

" .00000000"

 

Syntax

myString1 = myTwoLineElement1.MeanMotionDot;

 

myTwoLineElement1.MeanMotionDot = myString1;

 

See also

TwoLineElement Object