RK78.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 RK78.Tolerance is treated as an absolute error tolerance. Set a very small value (e.g. 1e-100) to ensure that the RK78.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:

RK78.RelativeErrorThreshold > 0

 

Syntax

myVariable1 = myRK781.RelativeErrorThreshold;

 

myRK781.RelativeErrorThreshold = myVariable1;

 

See also

RK78 Object

Spacecraft Propagators

Setting up an Integrator