RK89.RelativeErrorThreshold Property

Top 

Description

If the absolute error is less than this value, then the absolute error is compared against the tolerance. Otherwise the relative error is compared against the tolerance.

 

Set a very large value (e.g. 1e100) to ensure the RK89.Tolerance is treated as an absolute error tolerance. Set a very small value (e.g. 1e-100) to ensure that the RK89.Tolerance is treated as a relative error tolerance.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Default Value:

0.1

Valid Range:

RK89.RelativeErrorThreshold > 0

 

Syntax

myVariable1 = myRK891.RelativeErrorThreshold;

 

myRK891.RelativeErrorThreshold = myVariable1;

 

See also

RK89 Object

Spacecraft Propagators

Setting up an Integrator