StateCalcGravitationalParameter#

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

Bases: IComponentInfo, ICloneable

GravitationalParameter Calc objects.

Overview#

central_body_name

Get or set the central body of the component.

gravitational_parameter_source

Get or set the source for the gravitational parameter.

gravity_filename

Source for the gravitational parameter if GravSource is set to Gravity File.

Import detail#

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

Property detail#

property StateCalcGravitationalParameter.central_body_name: str#

Get or set the central body of the component.

property StateCalcGravitationalParameter.gravitational_parameter_source: GravitationalParameterSource#

Get or set the source for the gravitational parameter.

property StateCalcGravitationalParameter.gravity_filename: str#

Source for the gravitational parameter if GravSource is set to Gravity File.