StateCalcSolarBetaAngle#

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

Bases: IComponentInfo, ICloneable

Solar Beta 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.

sign_convention

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 StateCalcSolarBetaAngle

Property detail#

property StateCalcSolarBetaAngle.central_body_name: str#

Get or set the central body of the component.

property StateCalcSolarBetaAngle.orbit_plane_source: CalculationObjectOrbitPlaneSource#

Selection of the satellite that will generate the orbit plane.

property StateCalcSolarBetaAngle.element_type: CalculationObjectElement#

Choice of osculating or mean elements.

property StateCalcSolarBetaAngle.reference_selection: CalculationObjectReference#

Get or set the reference object selection.

property StateCalcSolarBetaAngle.reference: ILinkToObject#

Get the reference object.

property StateCalcSolarBetaAngle.sun_position: CalculationObjectSunPosition#

Get or set the type of the Sun location.

property StateCalcSolarBetaAngle.sign_convention: CalculationObjectAngleSign#

Get or set the sign of the angle when the relative position has a positive component along the orbit normal.