ErrorControl#

class ansys.stk.core.stkobjects.astrogator.ErrorControl#

IntEnum

Overview#

ABSOLUTE

The error estimate of each integrated component is compared to the absolute error tolerance. Error control with this method is based on absolute values, e.g. in meters for position, m/sec for velocity, etc.

RELATIVE_BY_COMPONENT

The error estimate of each element being integrated relative to the element’s value at the start of the step is compared to the relative error tolerance, and the absolute error estimate of each element is compared to the absolute error tolerance.

RELATIVE_TO_STATE

Relative to State error control.

RELATIVE_TO_STEP

Error estimate of each integrated component relative to the element’s change in value over the step is compared to the relative error tolerance, and the absolute error estimate of each integrated component is compared to the absolute error tolerance.

Import detail#

from ansys.stk.core.stkobjects.astrogator import ErrorControl