StateCalcReferenceRadius#

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

Bases: IComponentInfo, ICloneable

Reference Radius Calc objects.

Overview#

central_body_name

Get or set the central body of the component.

reference_radius_source

Get or set the source for the reference radius.

gravity_filename

Source for the reference radius if RefRadSource is set to Gravity File.

Import detail#

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

Property detail#

property StateCalcReferenceRadius.central_body_name: str#

Get or set the central body of the component.

property StateCalcReferenceRadius.reference_radius_source: ReferenceRadiusSource#

Get or set the source for the reference radius.

property StateCalcReferenceRadius.gravity_filename: str#

Source for the reference radius if RefRadSource is set to Gravity File.