NumericalPropagatorWrapper#
- class ansys.stk.core.stkobjects.astrogator.NumericalPropagatorWrapper#
Bases:
IComponentInfo
,ICloneable
Numerical Propagator.
Overview#
Change the single step integrator. |
Get or set the central body for Propagation. |
|
Whether or not to use a variation of parameters(VOP) in universal variables formulation of the equations of motion; related to numerical integrator. |
|
Whether or not to use regularized time; related to numerical integrator. |
|
Get or set the exponent to use in regularized time; related to numerical integrator. Dimensionless. |
|
Get or set the steps per orbit used in regularized time; related to numerical integrator. Dimensionless. |
|
Get the list of propagator functions. |
|
Get the numerical integrator. |
|
Get the single step integrator type. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import NumericalPropagatorWrapper
Property detail#
- property NumericalPropagatorWrapper.central_body_name: str#
Get or set the central body for Propagation.
- property NumericalPropagatorWrapper.use_variation_of_parameters: bool#
Whether or not to use a variation of parameters(VOP) in universal variables formulation of the equations of motion; related to numerical integrator.
- property NumericalPropagatorWrapper.use_regularized_time: bool#
Whether or not to use regularized time; related to numerical integrator.
- property NumericalPropagatorWrapper.regularized_time_exponent: float#
Get or set the exponent to use in regularized time; related to numerical integrator. Dimensionless.
- property NumericalPropagatorWrapper.regularized_time_steps_per_orbit: int#
Get or set the steps per orbit used in regularized time; related to numerical integrator. Dimensionless.
- property NumericalPropagatorWrapper.propagator_functions: PropagatorFunctionCollection#
Get the list of propagator functions.
- property NumericalPropagatorWrapper.numerical_integrator: INumericalIntegrator#
Get the numerical integrator.
- property NumericalPropagatorWrapper.numerical_integrator_type: NumericalIntegrator#
Get the single step integrator type.
Method detail#
- NumericalPropagatorWrapper.set_numerical_integrator(self, integrator: NumericalIntegrator) None #
Change the single step integrator.
- Parameters:
integrator :
NumericalIntegrator
- Returns: