StateCalcCurvilinearRelativeMotion#
- class ansys.stk.core.stkobjects.astrogator.StateCalcCurvilinearRelativeMotion#
Bases:
IComponentInfo
,ICloneable
Curvilinear Relative Motion objects.
Overview#
Get or set the central body of the component. |
|
Selection of the satellite orbit that is used as the reference ellipse. |
|
Selection of the satellite whose location is being reported with respect to the reference ellipse. |
|
Get or set the reference object selection. |
|
Get the reference object. |
|
Choice of osculating or mean elements. |
|
Get or set the sign of the angle when the relative position has a positive component along the orbit normal. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import StateCalcCurvilinearRelativeMotion
Property detail#
- property StateCalcCurvilinearRelativeMotion.central_body_name: str#
Get or set the central body of the component.
- property StateCalcCurvilinearRelativeMotion.reference_ellipse: CalculationObjectReferenceEllipse#
Selection of the satellite orbit that is used as the reference ellipse.
- property StateCalcCurvilinearRelativeMotion.location_source: CalculationObjectLocationSource#
Selection of the satellite whose location is being reported with respect to the reference ellipse.
- property StateCalcCurvilinearRelativeMotion.reference_selection: CalculationObjectReference#
Get or set the reference object selection.
- property StateCalcCurvilinearRelativeMotion.reference: ILinkToObject#
Get the reference object.
- property StateCalcCurvilinearRelativeMotion.element_type: CalculationObjectElement#
Choice of osculating or mean elements.
- property StateCalcCurvilinearRelativeMotion.sign_convention: CalculationObjectAngleSign#
Get or set the sign of the angle when the relative position has a positive component along the orbit normal.