StateCalcVectorX#

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

Bases: IComponentInfo, ICloneable

VectorX Calc objects.

Overview#

coord_axes_name

Get or set the coordinate axes.

vector_name

Get or set the vector.

unit_dimension

Get or set the unit dimension.

normalize

If true, return the normalized magnitude.

Import detail#

from ansys.stk.core.stkobjects.astrogator import StateCalcVectorX

Property detail#

property StateCalcVectorX.coord_axes_name: str#

Get or set the coordinate axes.

property StateCalcVectorX.vector_name: str#

Get or set the vector.

property StateCalcVectorX.unit_dimension: str#

Get or set the unit dimension.

property StateCalcVectorX.normalize: bool#

If true, return the normalized magnitude.