OrbitStateCartesian#

class ansys.stk.core.stkobjects.OrbitStateCartesian#

Bases: IOrbitState

Cartesian coordinate type.

Overview#

coordinate_system_type

Coordinate system being used.

coordinate_system

Get the coordinate system and epoch.

x_position

X position component.Uses Distance Dimension.

y_position

Y position component. Uses Distance Dimension.

z_position

Z position component. Uses Distance Dimension.

x_velocity

X velocity component. Uses Rate Dimension.

y_velocity

Y velocity component. Uses Rate Dimension.

z_velocity

Z velocity component. Uses Rate Dimension.

supported_coordinate_system_types

Return an array of supported coordinate system types.

state_epoch

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.x_position: float#

X position component.Uses Distance Dimension.

property OrbitStateCartesian.y_position: float#

Y position component. Uses Distance Dimension.

property OrbitStateCartesian.z_position: float#

Z position component. Uses Distance Dimension.

property OrbitStateCartesian.x_velocity: float#

X velocity component. Uses Rate Dimension.

property OrbitStateCartesian.y_velocity: float#

Y velocity component. Uses Rate Dimension.

property OrbitStateCartesian.z_velocity: float#

Z velocity component. Uses Rate Dimension.

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