StateCalcRelativeAtAOLMaster#

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

Bases: IComponentInfo, ICloneable

RelAOLMaster Calc objects.

Overview#

central_body_name

Get or set the central body of the component.

calculation_object_name

Get or set the calculation object of interest.

direction

Get or set the direction to search for the desired value.

reference_selection

Get or set the reference object selection.

reference

Get the reference object.

Import detail#

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

Property detail#

property StateCalcRelativeAtAOLMaster.central_body_name: str#

Get or set the central body of the component.

property StateCalcRelativeAtAOLMaster.calculation_object_name: str#

Get or set the calculation object of interest.

property StateCalcRelativeAtAOLMaster.direction: CalculationObjectDirection#

Get or set the direction to search for the desired value.

property StateCalcRelativeAtAOLMaster.reference_selection: CalculationObjectReference#

Get or set the reference object selection.

property StateCalcRelativeAtAOLMaster.reference: ILinkToObject#

Get the reference object.