CentralBodyComponentAttitudeIAU1994#

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

Bases: ICentralBodyComponentAttitude

Central Body Attitude - IAU1994.

Overview#

right_ascension

Get or set the right ascension; the angle measured in the inertial equatorial plane from the inertial X axis in a right-handed sense about the inertial Z axis to the spin axis – the angle in the drawing below. Uses Angle Dimension.

declination

Get or set the declination; the angle from the X-Y plane of the coordinate system to the spin axis vector. Uses Angle Dimension.

right_ascension_rate

Get or set the right ascension rate; the rate of change in the right ascension. Uses AngleRate Dimension.

declination_rate

Get or set the declination rate; the rate of change in the declination. Uses AngleRate Dimension.

rotation_offset

Get or set the rotation offset; the angle from the inertially fixed reference direction to the body-fixed prime meridian (0 deg longitude) at the time of epoch. Uses AngleUnit Dimension.

rotation_rate

Get or set the rotation rate; the rate of the central body’s rotation. Uses AngleRate Dimension.

Import detail#

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

Property detail#

property CentralBodyComponentAttitudeIAU1994.right_ascension: Any#

Get or set the right ascension; the angle measured in the inertial equatorial plane from the inertial X axis in a right-handed sense about the inertial Z axis to the spin axis – the angle in the drawing below. Uses Angle Dimension.

property CentralBodyComponentAttitudeIAU1994.declination: Any#

Get or set the declination; the angle from the X-Y plane of the coordinate system to the spin axis vector. Uses Angle Dimension.

property CentralBodyComponentAttitudeIAU1994.right_ascension_rate: float#

Get or set the right ascension rate; the rate of change in the right ascension. Uses AngleRate Dimension.

property CentralBodyComponentAttitudeIAU1994.declination_rate: float#

Get or set the declination rate; the rate of change in the declination. Uses AngleRate Dimension.

property CentralBodyComponentAttitudeIAU1994.rotation_offset: Any#

Get or set the rotation offset; the angle from the inertially fixed reference direction to the body-fixed prime meridian (0 deg longitude) at the time of epoch. Uses AngleUnit Dimension.

property CentralBodyComponentAttitudeIAU1994.rotation_rate: float#

Get or set the rotation rate; the rate of the central body’s rotation. Uses AngleRate Dimension.