ElementSphericalRangeRate#

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

Bases: IElement

Spherical Range Rate elements.

Overview#

right_ascension

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.

declination

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.

range

The magnitude of the satellite position vector. Uses Distance Dimension.

right_ascension_rate

The rate of change of the right ascension. Uses Angle Rate Dimension.

declination_rate

The rate of change of the declination. Uses Angle Rate Dimension.

range_rate

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.

property ElementSphericalRangeRate.declination_rate: float#

The rate of change of the declination. Uses Angle Rate Dimension.

property ElementSphericalRangeRate.range_rate: float#

The rate of change of the range. Uses Rate Dimension.