StateCalcCartSTMElem#
- class ansys.stk.core.stkobjects.astrogator.StateCalcCartSTMElem#
Bases:
IComponentInfo
,ICloneable
Cartesian STM Elements Calc objects.
Overview#
Get or set the coordinate system within which the element is defined. |
|
Get or set the final variation variable. |
|
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.