StateCalcVectorZ#

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

Bases: IComponentInfo, ICloneable

VectorZ 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 StateCalcVectorZ

Property detail#

property StateCalcVectorZ.coord_axes_name: str#

Get or set the coordinate axes.

property StateCalcVectorZ.vector_name: str#

Get or set the vector.

property StateCalcVectorZ.unit_dimension: str#

Get or set the unit dimension.

property StateCalcVectorZ.normalize: bool#

If true, return the normalized magnitude.