Spacecraft.AvgLongAscendingNodeErrorKm(Variable, Variable) Method

Top 

Description

Returns a moving average of the Spacecraft's longitude of the ascending node error.

 

The longitude of ascending node error is the offset from a user-defined global reference longitude grid measured at the ascending node, also referred to as a repeating groundtrack grid. The moving average will use a maximum of 288 data points to determine the average. A simple average is returned when the number of data points available is less than 288 points. Once at least 288 data points are available, the returned average value is an average over the most recently calculated set of data points, where the number of points in the set equals 288. (Assuming a 300 second integration step size, 288 points generates an average calculation over a day).

 

This property requires two arguments by which the user defines the repeating groundtrack grid. The two arguments are the base longitude, used to initialize the repeat groundtrack grid, and the repeat cycle, the number of orbits before the Spacecraft repeats the repeat groundtrack grid. This property returns a scalar value. Note that this property is Earth-specific.

 

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.

 

Note: This method has a state. See the Methods and Properties with State page for more information.

 

Method Signature

Spacecraft.AvgLongAscendingNodeErrorKm(

Variable baseLongitude,


Variable repeatCycle)

 

 

Arguments

baseLongitude


Description:

Defines the nominal longitude reference grid for repeating at the node.

Units:

deg

Valid Range:

-360 ≤ baseLongitude ≤ 360

 

 

repeatCycle


Description:

Number of orbital revolutions the Spacecraft completes before the Spacecraft groundtrack repeats.

Valid Range:

repeatCycle ≥ 0

 

 

 

Return Value

Type:

number

Units:

km

 

 

Returns a moving average of the Spacecraft's longitude of the ascending node error. Note that this property is Earth-specific.

 

Syntax

myVariable1 = mySpacecraft1.AvgLongAscendingNodeErrorKm(myVariable2, myVariable3);

 

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide