VehicleGravity#

class ansys.stk.core.stkobjects.VehicleGravity#

Class defining gravity modeling options for a vehicle.

Overview#

maximum_degree

Maximum degree to use in the gravity field when propagating the state error covariance matrix. Dimensionless.

maximum_order

Maximum order to use in the gravity field when propagating the state error covariance matrix. Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import VehicleGravity

Property detail#

property VehicleGravity.maximum_degree: int#

Maximum degree to use in the gravity field when propagating the state error covariance matrix. Dimensionless.

property VehicleGravity.maximum_order: int#

Maximum order to use in the gravity field when propagating the state error covariance matrix. Dimensionless.