VehicleLOPCentralBodyGravity#

class ansys.stk.core.stkobjects.VehicleLOPCentralBodyGravity#

Class defining gravity options for the LOP propagator.

Overview#

maximum_degree

Get or set the maximum degree of geopotential coefficients to be included for Central Body gravity computations. Valid range is from 0 to 90, depending on the gravity model. Dimensionless.

maximum_order

Get or set the maximum order of geopotential coefficients to be included for Central Body gravity computations. Valid range is from 0 to 90, depending on the gravity model. Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import VehicleLOPCentralBodyGravity

Property detail#

property VehicleLOPCentralBodyGravity.maximum_degree: int#

Get or set the maximum degree of geopotential coefficients to be included for Central Body gravity computations. Valid range is from 0 to 90, depending on the gravity model. Dimensionless.

property VehicleLOPCentralBodyGravity.maximum_order: int#

Get or set the maximum order of geopotential coefficients to be included for Central Body gravity computations. Valid range is from 0 to 90, depending on the gravity model. Dimensionless.