StateCalcRelativeMotion#
- class ansys.stk.core.stkobjects.astrogator.StateCalcRelativeMotion#
Bases:
IComponentInfo
,ICloneable
Relative Motion Calc objects.
Overview#
Get or set the central body of the component. |
|
True if the origin is at the reference satellite, false if the origin is at the current satellite. |
|
Get or set the reference object selection. |
|
Get the reference object. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import StateCalcRelativeMotion
Property detail#
- property StateCalcRelativeMotion.central_body_name: str#
Get or set the central body of the component.
- property StateCalcRelativeMotion.origin_at_chief: bool#
True if the origin is at the reference satellite, false if the origin is at the current satellite.
- property StateCalcRelativeMotion.reference_selection: CalculationObjectReference#
Get or set the reference object selection.
- property StateCalcRelativeMotion.reference: ILinkToObject#
Get the reference object.