OrbitStateEquinoctial#
- class ansys.stk.core.stkobjects.OrbitStateEquinoctial#
Bases:
IOrbitState
Equinoctial coordinate type, which uses the center of the Earth as the origin and the plane of the satelliteβs orbit as the reference plane.
Overview#
Get or set the coordinate system being used. |
|
Get the coordinate system and coordinate epoch. |
|
Get or set the orbit size option can be Mean Motion or Semimajor Axis. |
|
Get the value of Mean Motion or Semimajor Axis. |
|
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 RAAN, Argument of Perigee, and Mean Anomaly. Uses Angle dimension. |
|
Get or set the Formulation can be Retrograde or Posigrade. |
|
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 OrbitStateEquinoctial
Property detail#
- property OrbitStateEquinoctial.coordinate_system_type: CoordinateSystem#
Get or set the coordinate system being used.
- property OrbitStateEquinoctial.coordinate_system: OrbitStateCoordinateSystem#
Get the coordinate system and coordinate epoch.
- property OrbitStateEquinoctial.size_shape_type: EquinoctialSizeShape#
Get or set the orbit size option can be Mean Motion or Semimajor Axis.
- property OrbitStateEquinoctial.size_shape: IClassicalSizeShape#
Get the value of Mean Motion or Semimajor Axis.
- property OrbitStateEquinoctial.h: float#
H/K collectively describe the shape of the satelliteβs orbit and the position of perigee. Dimensionless.
- property OrbitStateEquinoctial.k: float#
H/K collectively describe the shape of the satelliteβs orbit and the position of perigee. Dimensionless.
- property OrbitStateEquinoctial.p: float#
P/Q collectively describe the orientation of the satelliteβs orbit plane. Dimensionless.
- property OrbitStateEquinoctial.q: float#
P/Q collectively describe the orientation of the satelliteβs orbit plane. Dimensionless.
- property OrbitStateEquinoctial.mean_longitude: float#
Specify a satelliteβs position within its orbit at epoch and equals the sum of the classical RAAN, Argument of Perigee, and Mean Anomaly. Uses Angle dimension.
- property OrbitStateEquinoctial.formulation: EquinoctialFormulation#
Get or set the Formulation can be Retrograde or Posigrade.
- property OrbitStateEquinoctial.supported_coordinate_system_types: list#
Return an array of supported coordinate system types.
- property OrbitStateEquinoctial.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).