ElementSphericalRangeRate#
- class ansys.stk.core.stkobjects.astrogator.ElementSphericalRangeRate#
Bases:
IElement
Spherical Range Rate elements.
Overview#
Defined as the angle from the X axis to the projection of the satellite position vector in the equatorial plane measured as positive in the direction of the Y axis. Uses Angle Dimension. |
|
Defined as the angle between the satellite position vector and the inertial equatorial plane measured as positive toward the positive inertial Z axis. Uses Angle Dimension. |
|
The magnitude of the satellite position vector. Uses Distance Dimension. |
|
The rate of change of the right ascension. Uses Angle Rate Dimension. |
|
The rate of change of the declination. Uses Angle Rate Dimension. |
|
The rate of change of the range. Uses Rate Dimension. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import ElementSphericalRangeRate
Property detail#
- property ElementSphericalRangeRate.right_ascension: Any#
Defined as the angle from the X axis to the projection of the satellite position vector in the equatorial plane measured as positive in the direction of the Y axis. Uses Angle Dimension.
- property ElementSphericalRangeRate.declination: Any#
Defined as the angle between the satellite position vector and the inertial equatorial plane measured as positive toward the positive inertial Z axis. Uses Angle Dimension.
- property ElementSphericalRangeRate.range: float#
The magnitude of the satellite position vector. Uses Distance Dimension.
- property ElementSphericalRangeRate.right_ascension_rate: float#
The rate of change of the right ascension. Uses Angle Rate Dimension.