VehicleInterpolation#

class ansys.stk.core.stkobjects.VehicleInterpolation#

Class defining interpolation for the HPOP integrator.

Overview#

method

Get or set the interpolation method.

vop_mu

Get or set the gravitational parameter used by the VOP method, in the range 1.993002209e+14 to 7.972008836e+14 for Earth based vehicles. Dimensionless.

order

Interpolation order. Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import VehicleInterpolation

Property detail#

property VehicleInterpolation.method: VehicleInterpolationMethod#

Get or set the interpolation method.

property VehicleInterpolation.vop_mu: float#

Get or set the gravitational parameter used by the VOP method, in the range 1.993002209e+14 to 7.972008836e+14 for Earth based vehicles. Dimensionless.

property VehicleInterpolation.order: int#

Interpolation order. Dimensionless.