StateCalcRelativePositionInPlaneAngle#
- class ansys.stk.core.stkobjects.astrogator.StateCalcRelativePositionInPlaneAngle#
Bases:
IComponentInfo
,ICloneable
Relative Position Declination Angle objects.
Overview#
Get or set the central body of the component. |
|
Selection of the satellite that will generate the orbit plane. |
|
Choice of osculating or mean elements. |
|
Get or set the reference object selection. |
|
Get the reference object. |
|
Get or set the type of the relative position. |
|
Set sign of the angle for counterclockwise rotation about orbit normal. |
|
Direction that establishes the zero value when projected into the orbit plane. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import StateCalcRelativePositionInPlaneAngle
Property detail#
- property StateCalcRelativePositionInPlaneAngle.central_body_name: str#
Get or set the central body of the component.
- property StateCalcRelativePositionInPlaneAngle.orbit_plane_source: CalculationObjectOrbitPlaneSource#
Selection of the satellite that will generate the orbit plane.
- property StateCalcRelativePositionInPlaneAngle.element_type: CalculationObjectElement#
Choice of osculating or mean elements.
- property StateCalcRelativePositionInPlaneAngle.reference_selection: CalculationObjectReference#
Get or set the reference object selection.
- property StateCalcRelativePositionInPlaneAngle.reference: ILinkToObject#
Get the reference object.
- property StateCalcRelativePositionInPlaneAngle.relative_position_type: CalculationObjectRelativePosition#
Get or set the type of the relative position.
- property StateCalcRelativePositionInPlaneAngle.counter_clockwise_rotation: CalculationObjectAngleSign#
Set sign of the angle for counterclockwise rotation about orbit normal.
- property StateCalcRelativePositionInPlaneAngle.reference_direction: CalculationObjectReferenceDirection#
Direction that establishes the zero value when projected into the orbit plane.