ElementSpherical#

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

Bases: IElement

Spherical 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.

radius_magnitude

Get or set the magnitude of the satellite position vector. Uses Distance Dimension.

horizontal_flight_path_angle

Horizontal (Hor FPA) or vertical (Ver FPA) flight path angle. The angle between the velocity vector and the radius vector (vertical) or the complement of this angle (horizontal). Uses Angle Dimension.

velocity_azimuth

Get or set the angle in the satellite local horizontal plane between the projection of the velocity vector onto this plane and the local north direction measured as positive in the clockwise direction. Uses Angle Dimension.

velocity_magnitude

Get or set the magnitude of the velocity vector. Uses Rate Dimension.

vertical_flight_path_angle

Horizontal (Hor FPA) or vertical (Ver FPA) flight path angle. The angle between the velocity vector and the radius vector (vertical) or the complement of this angle (horizontal). Uses Angle Dimension.

Import detail#

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

Property detail#

property ElementSpherical.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 ElementSpherical.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 ElementSpherical.radius_magnitude: float#

Get or set the magnitude of the satellite position vector. Uses Distance Dimension.

property ElementSpherical.horizontal_flight_path_angle: Any#

Horizontal (Hor FPA) or vertical (Ver FPA) flight path angle. The angle between the velocity vector and the radius vector (vertical) or the complement of this angle (horizontal). Uses Angle Dimension.

property ElementSpherical.velocity_azimuth: Any#

Get or set the angle in the satellite local horizontal plane between the projection of the velocity vector onto this plane and the local north direction measured as positive in the clockwise direction. Uses Angle Dimension.

property ElementSpherical.velocity_magnitude: float#

Get or set the magnitude of the velocity vector. Uses Rate Dimension.

property ElementSpherical.vertical_flight_path_angle: Any#

Horizontal (Hor FPA) or vertical (Ver FPA) flight path angle. The angle between the velocity vector and the radius vector (vertical) or the complement of this angle (horizontal). Uses Angle Dimension.