StateCalcDeltaDec#

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

Bases: IComponentInfo, ICloneable

DeltaDec Calc objects.

Overview#

central_body_name

Get or set the central body of the component.

reference_type

Get or set the central body’s reference type.

reference_body

Get or set the reference body of the component. Read only when the ReferenceType is eVACalcObjectCentralBodyReferenceParent.

Import detail#

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

Property detail#

property StateCalcDeltaDec.central_body_name: str#

Get or set the central body of the component.

property StateCalcDeltaDec.reference_type: CalculationObjectCentralBodyReference#

Get or set the central body’s reference type.

property StateCalcDeltaDec.reference_body: str#

Get or set the reference body of the component. Read only when the ReferenceType is eVACalcObjectCentralBodyReferenceParent.