EstimableEquinoctialA.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 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:

integer

Access:

read/write

Default Value:

1 ( Estimate )

Valid Values:

Value

Label

0

Ignore

1

Estimate

2

Consider

 

Syntax

myVariable1 = myEstimableEquinoctialA1.ProcessAction;

 

myEstimableEquinoctialA1.ProcessAction = myVariable1;

 

See also

EstimableEquinoctialA Object