VehicleMethod#

class ansys.stk.core.stkobjects.VehicleMethod#

IntEnum

Overview#

FIXED_STEP

Fixed step: step size will remain constant throughout the integration of the orbit.

RELATIVE_ERROR

Relative error: Control the step size based on relative error by providing the error tolerance, and the minimum and maximum integration step sizes to be allowed via relative error control.

Import detail#

from ansys.stk.core.stkobjects import VehicleMethod