ElementEquinoctial#
- class ansys.stk.core.stkobjects.astrogator.ElementEquinoctial#
Bases:
IElement
Equinoctial elements.
Overview#
Half the length of the major axis of the orbital ellipse. Uses Distance Dimension. |
|
Get or set the average angular rate of the satellite based on 2 body motion. Uses Rate Dimension. |
|
h/k collectively describe the shape of the satelliteβs orbit and the position of perigee. Dimensionless. |
|
h/k collectively describe the shape of the satelliteβs orbit and the position of perigee. Dimensionless. |
|
p/q collectively describe the orientation of the satelliteβs orbit plane. Dimensionless. |
|
p/q collectively describe the orientation of the satelliteβs orbit plane. Dimensionless. |
|
Specify a satelliteβs position within its orbit at epoch and equals the sum of the classical Right Ascension of the Ascending Node, Argument of Perigee, and Mean Anomaly. Uses Angle Dimension. |
|
Retrograde, which has its singularity at an inclination of 0 deg. Posigrade, which has its singularity at an inclination of 180 deg. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import ElementEquinoctial
Property detail#
- property ElementEquinoctial.semimajor_axis: float#
Half the length of the major axis of the orbital ellipse. Uses Distance Dimension.
- property ElementEquinoctial.mean_motion: float#
Get or set the average angular rate of the satellite based on 2 body motion. Uses Rate Dimension.
- property ElementEquinoctial.h: float#
h/k collectively describe the shape of the satelliteβs orbit and the position of perigee. Dimensionless.
- property ElementEquinoctial.k: float#
h/k collectively describe the shape of the satelliteβs orbit and the position of perigee. Dimensionless.
- property ElementEquinoctial.p: float#
p/q collectively describe the orientation of the satelliteβs orbit plane. Dimensionless.
- property ElementEquinoctial.q: float#
p/q collectively describe the orientation of the satelliteβs orbit plane. Dimensionless.
- property ElementEquinoctial.mean_longitude: Any#
Specify a satelliteβs position within its orbit at epoch and equals the sum of the classical Right Ascension of the Ascending Node, Argument of Perigee, and Mean Anomaly. Uses Angle Dimension.
- property ElementEquinoctial.formulation: Formulation#
Retrograde, which has its singularity at an inclination of 0 deg. Posigrade, which has its singularity at an inclination of 180 deg.