ErrorControl#
- class ansys.stk.core.stkobjects.astrogator.ErrorControl#
IntEnum
Overview#
|
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. |
|
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 error control. |
|
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