Spacecraft.LongAscendingNodeErrorRate(Variable, Variable) Method

Top 

Description

Returns the change in the average longitude of ascending node error with respect to time. 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 repeating groundtrack grid represents the nominal nodal longitudes the Spacecraft would fly over, spaced evenly around the equator. 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.LongAscendingNodeErrorRate(

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:

deg/s

 

 

Returns the change in the average longitude of ascending node error with respect to time. Note that this property is Earth-specific.

 

Syntax

myVariable1 = mySpacecraft1.LongAscendingNodeErrorRate(myVariable2, myVariable3);

 

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide