StateCalcCartSTMElem#

class ansys.stk.core.stkobjects.astrogator.StateCalcCartSTMElem#

Bases: IComponentInfo, ICloneable

Cartesian STM Elements Calc objects.

Overview#

coord_system_name

Get or set the coordinate system within which the element is defined.

final_state_component

Get or set the final variation variable.

initial_state_component

Get or set the initial variation variable.

Import detail#

from ansys.stk.core.stkobjects.astrogator import StateCalcCartSTMElem

Property detail#

property StateCalcCartSTMElem.coord_system_name: str#

Get or set the coordinate system within which the element is defined.

property StateCalcCartSTMElem.final_state_component: STMPerturbationVariables#

Get or set the final variation variable.

property StateCalcCartSTMElem.initial_state_component: STMPerturbationVariables#

Get or set the initial variation variable.