Cowell.MaxTries Property

Top 

Description

The maximum number of times to attempt to change the step size in the integration process in order to meet the specified error tolerance. If the specified error tolerance is not met after MaxTries attempts, an error is thrown.

 

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:

50

Valid Range:

Cowell.MaxTries ≥ 1

 

Syntax

myVariable1 = myCowell1.MaxTries;

 

myCowell1.MaxTries = myVariable1;

 

See also

Cowell Object

Spacecraft Propagators

Setting up an Integrator