StateCalcSTMEigenval#
- class ansys.stk.core.stkobjects.astrogator.StateCalcSTMEigenval#
Bases:
IComponentInfo
,ICloneable
Cartesian STM Eigenvalues 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 Eigenvalues. |
|
Whether this value represents the real or imaginary part of the Eigenvalue. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import StateCalcSTMEigenval
Property detail#
- property StateCalcSTMEigenval.coord_system_name: str#
Get or set the coordinate system within which the element is defined.
- property StateCalcSTMEigenval.eigenvalue_number: STMEigenNumber#
Get or set the number identifying one of the six Eigenvalues.
- property StateCalcSTMEigenval.eigenvalue_complex_part: ComplexNumber#
Whether this value represents the real or imaginary part of the Eigenvalue.