StateCalcSolarInPlaneAngle#

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

Bases: IComponentInfo, ICloneable

Solar In Plane Angle objects.

Overview#

central_body_name

Get or set the central body of the component.

orbit_plane_source

Selection of the satellite that will generate the orbit plane.

element_type

Choice of osculating or mean elements.

reference_selection

Get or set the reference object selection.

reference

Get the reference object.

sun_position

Get or set the type of the Sun location.

counter_clockwise_rotation

Set sign of the angle for counterclockwise rotation about orbit normal.

reference_direction

Direction that establishes the zero value when projected into the orbit plane.

Import detail#

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

Property detail#

property StateCalcSolarInPlaneAngle.central_body_name: str#

Get or set the central body of the component.

property StateCalcSolarInPlaneAngle.orbit_plane_source: CalculationObjectOrbitPlaneSource#

Selection of the satellite that will generate the orbit plane.

property StateCalcSolarInPlaneAngle.element_type: CalculationObjectElement#

Choice of osculating or mean elements.

property StateCalcSolarInPlaneAngle.reference_selection: CalculationObjectReference#

Get or set the reference object selection.

property StateCalcSolarInPlaneAngle.reference: ILinkToObject#

Get the reference object.

property StateCalcSolarInPlaneAngle.sun_position: CalculationObjectSunPosition#

Get or set the type of the Sun location.

property StateCalcSolarInPlaneAngle.counter_clockwise_rotation: CalculationObjectAngleSign#

Set sign of the angle for counterclockwise rotation about orbit normal.

property StateCalcSolarInPlaneAngle.reference_direction: CalculationObjectReferenceDirection#

Direction that establishes the zero value when projected into the orbit plane.