StateCalcSTMEigenvecElem#
- class ansys.stk.core.stkobjects.astrogator.StateCalcSTMEigenvecElem#
Bases:
IComponentInfo
,ICloneable
Cartesian STM Eigenvector Calc objects.
Overview#
Get or set the coordinate system within which the element is defined. |
|
Get or set the number identifying one of the six Eigenvectors. |
|
Get or set the variable identifying the component within an Eigenvector. |
|
Whether this value represents the real or imaginary part of an Eigenvector element. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import StateCalcSTMEigenvecElem
Property detail#
- property StateCalcSTMEigenvecElem.coord_system_name: str#
Get or set the coordinate system within which the element is defined.
- property StateCalcSTMEigenvecElem.eigenvector_number: STMEigenNumber#
Get or set the number identifying one of the six Eigenvectors.
- property StateCalcSTMEigenvecElem.state_variable: STMPerturbationVariables#
Get or set the variable identifying the component within an Eigenvector.
- property StateCalcSTMEigenvecElem.eigenvector_complex_part: ComplexNumber#
Whether this value represents the real or imaginary part of an Eigenvector element.