StateCalcVectorY#

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

Bases: IComponentInfo, ICloneable

VectorY 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 StateCalcVectorY

Property detail#

property StateCalcVectorY.coord_axes_name: str#

Get or set the coordinate axes.

property StateCalcVectorY.vector_name: str#

Get or set the vector.

property StateCalcVectorY.unit_dimension: str#

Get or set the unit dimension.

property StateCalcVectorY.normalize: bool#

If true, return the normalized magnitude.