VehicleGravity ============== .. py:class:: ansys.stk.core.stkobjects.VehicleGravity Class defining gravity modeling options for a vehicle. .. py:currentmodule:: VehicleGravity Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGravity.maximum_degree` - Maximum degree to use in the gravity field when propagating the state error covariance matrix. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGravity.maximum_order` - Maximum order to use in the gravity field when propagating the state error covariance matrix. Dimensionless. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGravity Property detail --------------- .. py:property:: maximum_degree :canonical: ansys.stk.core.stkobjects.VehicleGravity.maximum_degree :type: int Maximum degree to use in the gravity field when propagating the state error covariance matrix. Dimensionless. .. py:property:: maximum_order :canonical: ansys.stk.core.stkobjects.VehicleGravity.maximum_order :type: int Maximum order to use in the gravity field when propagating the state error covariance matrix. Dimensionless.