Cartesian

This attribute retrieves the values for Cartesian elements used to define the spacecraft's Initial State.

Syntax

Astrogator_RM <Satellite Object Path> GetValue <Astrogator Object Path>.Cartesian.<Element>

Description

If you select Cartesian as the Coordinate Type, the following six elements need to be specified:

Element Description
X The X component of the spacecraft position vector. Enter a value in the selected distance unit (e.g., km).
Y The Y component of the spacecraft position vector. Enter a value in the selected distance unit (e.g., km).
Z The Z component of the spacecraft position vector. Enter a value in the selected distance unit (e.g., km).
Vx The X component of the spacecraft velocity vector. Enter a value in the selected distance unit per selected time unit (e.g., km/sec).
Vy The Y component of the spacecraft velocity vector. Enter a value in the selected distance unit per selected time unit (e.g., km/sec).
Vz The Z component of the spacecraft velocity vector. Enter a value in the selected distance unit per selected time unit (e.g., km/sec).

Examples

Initial State Segment

Astrogator_RM */Satellite/Satellite1 GetValue MainSequence.SegmentList.Initial_State.InitialState.Cartesian

Astrogator_RM */Satellite/Satellite1 GetValue MainSequence.SegmentList.Initial_State.InitialState.Cartesian.X

Astrogator_RM */Satellite/Satellite1 GetValue MainSequence.SegmentList.Initial_State.FinalState.Cartesian

Astrogator_RM */Satellite/Satellite1 GetValue MainSequence.SegmentList.Initial_State.FinalState.Cartesian.X

Propagate Segment

Astrogator_RM */Satellite/Satellite1 GetValue MainSequence.SegmentList.Propagate.InitialState.Cartesian

Astrogator_RM */Satellite/Satellite1 GetValue MainSequence.SegmentList.Propagate.InitialState.Cartesian.X

Astrogator_RM */Satellite/Satellite1 GetValue MainSequence.SegmentList.Propagate.FinalState.Cartesian

Astrogator_RM */Satellite/Satellite1 GetValue MainSequence.SegmentList.Propagate.FinalState.Cartesian.X

Hold Segment

Astrogator_RM */Satellite/Satellite1 GetValue MainSequence.SegmentList.Hold.InitialState.Cartesian

Astrogator_RM */Satellite/Satellite1 GetValue MainSequence.SegmentList.Hold.InitialState.Cartesian.X

Astrogator_RM */Satellite/Satellite1 GetValue MainSequence.SegmentList.Hold.FinalState.Cartesian

Astrogator_RM */Satellite/Satellite1 GetValue MainSequence.SegmentList.Hold.FinalState.Cartesian.X

STK Programming Interface 11.0.1