IntegratorTimeRegularization#

class ansys.stk.core.stkobjects.IntegratorTimeRegularization#

Class defining time regularization for the HPOP integrator, i.e. integration the orbit with respect to regularized time.

Overview#

use

Opt whether to integrate the orbit with respect to regularized time.

exponent

Exponent used in the regularization equation. Dimensionless.

steps_per_orbit

Integration steps per orbit. Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import IntegratorTimeRegularization

Property detail#

property IntegratorTimeRegularization.use: bool#

Opt whether to integrate the orbit with respect to regularized time.

property IntegratorTimeRegularization.exponent: float#

Exponent used in the regularization equation. Dimensionless.

property IntegratorTimeRegularization.steps_per_orbit: int#

Integration steps per orbit. Dimensionless.