BatchLeastSquaresOD.Iterate(Variable) Method

Top 

Description

Iterate the BatchLeastSquaresOD process until the specified number of iterations has been reached.

 

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.

 

Method Signature

BatchLeastSquaresOD.Iterate(

Variable numIterations)

 

 

Arguments

numIterations


Description:

The number of Iterations to process.

Valid Range:

numIterations ≥ 0

 

 

 

Return Value

Type:

boolean

 

 

Returns 1 if the Iteration was performed successfully.

 

Syntax

myVariable1 = myBatchLeastSquaresOD1.Iterate(myVariable2);

 

 

See also

BatchLeastSquaresOD Object

BatchLeastSquaresOD.Iterate

Orbit Determination Guide