SGP4Properties.EquinoctialLongitude Property

Top 

Description

Equinoctial SGP4 based Longitude defined by the mean longitude, defined as: RAAN + w + MA, where RAAN and w are the Right Ascension of the Ascending Node and the Argument of Perigee, respectively, and MA is the Keplerian mean anomaly. These orbit properties are with respect to the True Equator Mean Equinox coordinate frame.

 

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:

number

Access:

read/write

Units:

deg

Default Value:

136.889123546261

Valid Range:

0 ≤ SGP4Properties.EquinoctialLongitude ≤ 360

 

Syntax

myVariable1 = mySGP4Properties1.EquinoctialLongitude;

 

mySGP4Properties1.EquinoctialLongitude = myVariable1;

 

See also

SGP4Properties Object