IntegratorStepSizeControl#

class ansys.stk.core.stkobjects.IntegratorStepSizeControl#

Class defining step size control for the HPOP integrator.

Overview#

method

Fixed step or relative error.

error_tolerance

If the method is relative error. Dimensionless.

minimum_step_size

If the method is relative error. Uses Time Dimension.

maximum_step_size

If the method is relative error. Uses Time Dimension.

Import detail#

from ansys.stk.core.stkobjects import IntegratorStepSizeControl

Property detail#

property IntegratorStepSizeControl.method: VehicleMethod#

Fixed step or relative error.

property IntegratorStepSizeControl.error_tolerance: float#

If the method is relative error. Dimensionless.

property IntegratorStepSizeControl.minimum_step_size: float#

If the method is relative error. Uses Time Dimension.

property IntegratorStepSizeControl.maximum_step_size: float#

If the method is relative error. Uses Time Dimension.