StateCalcSTMEigenval#

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

Bases: IComponentInfo, ICloneable

Cartesian STM Eigenvalues Calc objects.

Overview#

coord_system_name

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

eigenvalue_number

Get or set the number identifying one of the six Eigenvalues.

eigenvalue_complex_part

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.