StateCalcGravCoeff#

class ansys.stk.core.stkobjects.astrogator.StateCalcGravCoeff#

Bases: IComponentInfo, ICloneable

Gravity Coefficient Calc objects.

Overview#

central_body_name

Get or set the central body of the component.

gravity_filename

Source for the gravity coefficient.

coefficient_type

Coefficient type.

degree

Degree of the coefficient.

order

Order of the coefficient.

normalization_type

Normalization type.

Import detail#

from ansys.stk.core.stkobjects.astrogator import StateCalcGravCoeff

Property detail#

property StateCalcGravCoeff.central_body_name: str#

Get or set the central body of the component.

property StateCalcGravCoeff.gravity_filename: str#

Source for the gravity coefficient.

property StateCalcGravCoeff.coefficient_type: GravityCoefficientType#

Coefficient type.

property StateCalcGravCoeff.degree: int#

Degree of the coefficient.

property StateCalcGravCoeff.order: int#

Order of the coefficient.

property StateCalcGravCoeff.normalization_type: GravityCoefficientNormalizationType#

Normalization type.