StateCalcSTMEigenvecElem#

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

Bases: IComponentInfo, ICloneable

Cartesian STM Eigenvector Calc objects.

Overview#

coord_system_name

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

eigenvector_number

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

state_variable

Get or set the variable identifying the component within an Eigenvector.

eigenvector_complex_part

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.