OrbitStateMixedSpherical#
- class ansys.stk.core.stkobjects.OrbitStateMixedSpherical#
Bases:
IOrbitState
Mixed Spherical coordinate type, using a variation of the spherical elements that combines Earth-fixed position parameters with inertial velocity parameters.
Overview#
Get or set the coordinate system being used. |
|
Get the coordinate system and coordinate epoch. |
|
Measured from -90.0 deg to +90.0 deg. The geodetic latitude of a point is the angle between (1) the normal to the reference ellipsoid that passes through the satellite position and (2) the equatorial plane. Uses Angle Dimension. |
|
Measured from -180.0 deg to +360.0 deg. Uses Angle Dimension. |
|
Get or set the object’s position above or below the reference ellipsoid. Altitude is measured along a normal to the surface of the reference ellipsoid. Uses Distance Dimension. |
|
Get or set the Flight Path Angle type can be Vertical or Horizontal. |
|
Value of Vertical or Horizontal Flight Path Angle. |
|
Azimuth the angle in the satellite local horizontal plane between the projection of the inertial velocity vector onto this plane and the local north direction measured as positive in the clockwise direction. |
|
Get or set the magnitude of the inertial velocity vector. Uses Rate Dimension. |
|
Return an array of supported coordinate system types. |
|
Smart epoch component allows the user to configure the state epoch explicitly or implicitly (using a pre-defined or custom time instant component). |
Import detail#
from ansys.stk.core.stkobjects import OrbitStateMixedSpherical
Property detail#
- property OrbitStateMixedSpherical.coordinate_system_type: CoordinateSystem#
Get or set the coordinate system being used.
- property OrbitStateMixedSpherical.coordinate_system: OrbitStateCoordinateSystem#
Get the coordinate system and coordinate epoch.
- property OrbitStateMixedSpherical.latitude: float#
Measured from -90.0 deg to +90.0 deg. The geodetic latitude of a point is the angle between (1) the normal to the reference ellipsoid that passes through the satellite position and (2) the equatorial plane. Uses Angle Dimension.
- property OrbitStateMixedSpherical.longitude: float#
Measured from -180.0 deg to +360.0 deg. Uses Angle Dimension.
- property OrbitStateMixedSpherical.altitude: float#
Get or set the object’s position above or below the reference ellipsoid. Altitude is measured along a normal to the surface of the reference ellipsoid. Uses Distance Dimension.
- property OrbitStateMixedSpherical.flight_path_angle_type: MixedSphericalFlightPathAngleType#
Get or set the Flight Path Angle type can be Vertical or Horizontal.
- property OrbitStateMixedSpherical.flight_path_angle: IFlightPathAngle#
Value of Vertical or Horizontal Flight Path Angle.
- property OrbitStateMixedSpherical.azimuth: float#
Azimuth the angle in the satellite local horizontal plane between the projection of the inertial velocity vector onto this plane and the local north direction measured as positive in the clockwise direction.
- property OrbitStateMixedSpherical.velocity: float#
Get or set the magnitude of the inertial velocity vector. Uses Rate Dimension.
- property OrbitStateMixedSpherical.supported_coordinate_system_types: list#
Return an array of supported coordinate system types.
- property OrbitStateMixedSpherical.state_epoch: ITimeToolInstantSmartEpoch#
Smart epoch component allows the user to configure the state epoch explicitly or implicitly (using a pre-defined or custom time instant component).