VehiclePositionVelocityElement#

class ansys.stk.core.stkobjects.VehiclePositionVelocityElement#

Class defining position and velocity elements for HPOP covariance.

Overview#

x

X collection. Dimensionless.

y

Y collection. Dimensionless.

z

Z collection. Dimensionless.

vx

Vx collection. Dimensionless.

vy

Vy collection. Dimensionless.

vz

Vz collection. Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import VehiclePositionVelocityElement

Property detail#

property VehiclePositionVelocityElement.x: float#

X collection. Dimensionless.

property VehiclePositionVelocityElement.y: float#

Y collection. Dimensionless.

property VehiclePositionVelocityElement.z: float#

Z collection. Dimensionless.

property VehiclePositionVelocityElement.vx: float#

Vx collection. Dimensionless.

property VehiclePositionVelocityElement.vy: float#

Vy collection. Dimensionless.

property VehiclePositionVelocityElement.vz: float#

Vz collection. Dimensionless.