Calculation Objects - Cartesian Elements

Cartesian Elements, a subset of Calculation Object components, are the X, Y and Z components of the position and velocity vectors.

Syntax

ComponentBrowser */ SetValue "Calculation Objects" {Component} {Attribute} <Value> [{Unit}]

ComponentBrowser */ Duplicate "Calculation Objects" {Component} <Duplicate Component Name>

Description

The Cartesian Elements components are:

Component Description
Vx X component of velocity
Vy Y component of velocity
Vz Z component of velocity
X X component of position
Y Y component of position
Z Z component of position

The attributes for each component have the same names and value selections that appear in the Astrogator graphical user interface.

Examples

Duplicating a Cartesian Elements component

ComponentBrowser */ Duplicate "Calculation Objects" X "My X"

Changing an attribute of a custom Cartesian Elements component

ComponentBrowser */ SetValue "Calculation Objects" "My X" CoordSystem "CentralBody/Earth MOD"

STK Programming Interface 11.0.1