EstimableEquinoctialLongitude.ProcessAction Property

Top 

Description

Indicates whether the property should be estimated, considered, or ignored in the Orbit Determination process. If this property is part of a Spacecraft, which also has a process noise matrix interface, then changing this value will reinitialize the process noise matrix to a diagonal matrix in the ICRF 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:

integer

Access:

read/write

Default Value:

1 ( Estimate )

Valid Values:

Value

Label

0

Ignore

1

Estimate

2

Consider

 

Syntax

myVariable1 = myEstimableEquinoctialLongitude1.ProcessAction;

 

myEstimableEquinoctialLongitude1.ProcessAction = myVariable1;

 

See also

EstimableEquinoctialLongitude Object