NumericalPropagatorWrapperCR3BP#
- class ansys.stk.core.stkobjects.astrogator.NumericalPropagatorWrapperCR3BP#
Bases:
IComponentInfo
,ICloneable
Numerical CR3BP Propagator.
Overview#
Change the numerical integrator. |
Get or set the central body for Propagation. |
|
Get the list of propagator functions. |
|
Get the numerical integrator. |
|
Get the numerical integrator type. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import NumericalPropagatorWrapperCR3BP
Property detail#
- property NumericalPropagatorWrapperCR3BP.central_body_name: str#
Get or set the central body for Propagation.
- property NumericalPropagatorWrapperCR3BP.propagator_functions: PropagatorFunctionCollection#
Get the list of propagator functions.
- property NumericalPropagatorWrapperCR3BP.numerical_integrator: INumericalIntegrator#
Get the numerical integrator.
- property NumericalPropagatorWrapperCR3BP.numerical_integrator_type: NumericalIntegrator#
Get the numerical integrator type.
Method detail#
- NumericalPropagatorWrapperCR3BP.set_numerical_integrator(self, integrator: NumericalIntegrator) None #
Change the numerical integrator.
- Parameters:
integrator :
NumericalIntegrator
- Returns: