OrbitStateDelaunay#
- class ansys.stk.core.stkobjects.OrbitStateDelaunay#
Bases:
IOrbitState
Delaunay coordinate type, using a set of canonical action-angle variables, which are commonly used in general perturbation theories.
Overview#
Get or set the coordinate system being used. |
|
Get the coordinate system and coordinate epoch. |
|
Option for Delaunay L (default or L/SQRT(mu). |
|
Value of L or L/SQRT(mu). |
|
Option for Delaunay H (default or H/SQRT(mu). |
|
Value of H or H/SQRT(mu). |
|
Option for Delaunay G (default or G/SQRT(mu). |
|
Value of G or G/SQRT(mu). |
|
Return an array of supported coordinate system types. |
|
Mean Anomaly (l). Uses Angle Dimension. |
|
Argument of periapsis (g). Uses Angle Dimension. |
|
RAAN (h). Uses Angle Dimension. |
|
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 OrbitStateDelaunay
Property detail#
- property OrbitStateDelaunay.coordinate_system_type: CoordinateSystem#
Get or set the coordinate system being used.
- property OrbitStateDelaunay.coordinate_system: OrbitStateCoordinateSystem#
Get the coordinate system and coordinate epoch.
- property OrbitStateDelaunay.l_type: DelaunayLType#
Option for Delaunay L (default or L/SQRT(mu).
- property OrbitStateDelaunay.l: IDelaunayActionVariable#
Value of L or L/SQRT(mu).
- property OrbitStateDelaunay.h_type: DelaunayHType#
Option for Delaunay H (default or H/SQRT(mu).
- property OrbitStateDelaunay.h: IDelaunayActionVariable#
Value of H or H/SQRT(mu).
- property OrbitStateDelaunay.g_type: DelaunayGType#
Option for Delaunay G (default or G/SQRT(mu).
- property OrbitStateDelaunay.g: IDelaunayActionVariable#
Value of G or G/SQRT(mu).
- property OrbitStateDelaunay.supported_coordinate_system_types: list#
Return an array of supported coordinate system types.
- property OrbitStateDelaunay.argument_of_periapsis: float#
Argument of periapsis (g). Uses Angle Dimension.
- property OrbitStateDelaunay.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).