VehiclePositionVelocityElement ============================== .. py:class:: ansys.stk.core.stkobjects.VehiclePositionVelocityElement Class defining position and velocity elements for HPOP covariance. .. py:currentmodule:: VehiclePositionVelocityElement Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehiclePositionVelocityElement.x` - X collection. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.VehiclePositionVelocityElement.y` - Y collection. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.VehiclePositionVelocityElement.z` - Z collection. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.VehiclePositionVelocityElement.vx` - Vx collection. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.VehiclePositionVelocityElement.vy` - Vy collection. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.VehiclePositionVelocityElement.vz` - Vz collection. Dimensionless. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehiclePositionVelocityElement Property detail --------------- .. py:property:: x :canonical: ansys.stk.core.stkobjects.VehiclePositionVelocityElement.x :type: float X collection. Dimensionless. .. py:property:: y :canonical: ansys.stk.core.stkobjects.VehiclePositionVelocityElement.y :type: float Y collection. Dimensionless. .. py:property:: z :canonical: ansys.stk.core.stkobjects.VehiclePositionVelocityElement.z :type: float Z collection. Dimensionless. .. py:property:: vx :canonical: ansys.stk.core.stkobjects.VehiclePositionVelocityElement.vx :type: float Vx collection. Dimensionless. .. py:property:: vy :canonical: ansys.stk.core.stkobjects.VehiclePositionVelocityElement.vy :type: float Vy collection. Dimensionless. .. py:property:: vz :canonical: ansys.stk.core.stkobjects.VehiclePositionVelocityElement.vz :type: float Vz collection. Dimensionless.