CentralBodyComponentEphemerisAnalyticOrbit#
- class ansys.stk.core.stkobjects.astrogator.CentralBodyComponentEphemerisAnalyticOrbit#
Bases:
ICentralBodyComponentEphemeris
Central Body Ephemeris - Analytic Orbit.
Overview#
Get or set the epoch. Dimensionless. |
|
Get or set the semi-major axis; one-half the distance along the long axis of the elliptical orbit. Uses Distance Dimension. |
|
Get or set the semi-major axis rate of change. Uses Rate Dimension. |
|
Get or set the eccentricity; the ratio of the distance between the two foci of the ellipse and its major axis. Dimensionless. |
|
Get or set the eccentricity rate of change. Dimensionless. |
|
Get or set the inclination; the angle from the Z axis of the inertial coordinate system to the orbit angular velocity vector. Uses Angle Dimension. |
|
Get or set the inclination rate of change. Uses AngleRate Dimension. |
|
Get or set the right ascension; the angle from the X axis of the inertial coordinate system to the point where the orbit crosses the X-Y plane in the +Z direction. Uses Angle Dimension. |
|
Get or set the right ascension rate of change. Uses AngleRate Dimension. |
|
Get or set the argument of periapsis; The angle measured in direction of the body’s orbital motion, and in the orbit plane, from the ascending node to the periapsis of the orbit. Uses Angle Dimension. |
|
Get or set the argument of periapsis rate of change. Uses AngleRate Dimension. |
|
Get or set the mean longitude; the sum of the Right Ascension of the Ascending Node, the Argument of Periapsis and the Mean Anomaly. Uses Angle Dimension. |
|
Get or set the mean longitude rate of change. Uses AngleRate Dimension. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import CentralBodyComponentEphemerisAnalyticOrbit
Property detail#
- property CentralBodyComponentEphemerisAnalyticOrbit.epoch: float#
Get or set the epoch. Dimensionless.
- property CentralBodyComponentEphemerisAnalyticOrbit.semimajor_axis: float#
Get or set the semi-major axis; one-half the distance along the long axis of the elliptical orbit. Uses Distance Dimension.
- property CentralBodyComponentEphemerisAnalyticOrbit.semimajor_axis_rate: float#
Get or set the semi-major axis rate of change. Uses Rate Dimension.
- property CentralBodyComponentEphemerisAnalyticOrbit.eccentricity: float#
Get or set the eccentricity; the ratio of the distance between the two foci of the ellipse and its major axis. Dimensionless.
- property CentralBodyComponentEphemerisAnalyticOrbit.eccentricity_rate: float#
Get or set the eccentricity rate of change. Dimensionless.
- property CentralBodyComponentEphemerisAnalyticOrbit.inclination: Any#
Get or set the inclination; the angle from the Z axis of the inertial coordinate system to the orbit angular velocity vector. Uses Angle Dimension.
- property CentralBodyComponentEphemerisAnalyticOrbit.inclination_rate: float#
Get or set the inclination rate of change. Uses AngleRate Dimension.
- property CentralBodyComponentEphemerisAnalyticOrbit.raan: Any#
Get or set the right ascension; the angle from the X axis of the inertial coordinate system to the point where the orbit crosses the X-Y plane in the +Z direction. Uses Angle Dimension.
- property CentralBodyComponentEphemerisAnalyticOrbit.raan_rate: float#
Get or set the right ascension rate of change. Uses AngleRate Dimension.
- property CentralBodyComponentEphemerisAnalyticOrbit.arg_of_periapsis: Any#
Get or set the argument of periapsis; The angle measured in direction of the body’s orbital motion, and in the orbit plane, from the ascending node to the periapsis of the orbit. Uses Angle Dimension.
- property CentralBodyComponentEphemerisAnalyticOrbit.arg_of_periapsis_rate: float#
Get or set the argument of periapsis rate of change. Uses AngleRate Dimension.