SphericalFlightPathAngleVertical ================================ .. py:class:: ansys.stk.core.stkobjects.SphericalFlightPathAngleVertical Bases: :py:class:`~ansys.stk.core.stkobjects.IFlightPathAngle` Vertical Flight Path Angle, an element of the Spherical coordinate type. .. py:currentmodule:: SphericalFlightPathAngleVertical Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.SphericalFlightPathAngleVertical.flight_path_angle` - Vertical Flight Path Angle: the angle between the inertial velocity vector and the radius vector. Uses Angle Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import SphericalFlightPathAngleVertical Property detail --------------- .. py:property:: flight_path_angle :canonical: ansys.stk.core.stkobjects.SphericalFlightPathAngleVertical.flight_path_angle :type: float Vertical Flight Path Angle: the angle between the inertial velocity vector and the radius vector. Uses Angle Dimension.