OrbitStateCartesian#
- class ansys.stk.core.stkobjects.OrbitStateCartesian#
Bases:
IOrbitState
Cartesian coordinate type.
Overview#
Coordinate system being used. |
|
Get the coordinate system and epoch. |
|
X position component.Uses Distance Dimension. |
|
Y position component. Uses Distance Dimension. |
|
Z position component. Uses Distance Dimension. |
|
X velocity component. Uses Rate Dimension. |
|
Y velocity component. Uses Rate Dimension. |
|
Z velocity component. 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 OrbitStateCartesian
Property detail#
- property OrbitStateCartesian.coordinate_system_type: CoordinateSystem#
Coordinate system being used.
- property OrbitStateCartesian.coordinate_system: OrbitStateCoordinateSystem#
Get the coordinate system and epoch.
- property OrbitStateCartesian.supported_coordinate_system_types: list#
Return an array of supported coordinate system types.
- property OrbitStateCartesian.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).