ClassicalLocationArgumentOfLatitude =================================== .. py:class:: ansys.stk.core.stkobjects.ClassicalLocationArgumentOfLatitude Bases: :py:class:`~ansys.stk.core.stkobjects.IClassicalLocation` Argument of Latitude, used in specifying the spacecraft's location within its orbit at epoch. .. py:currentmodule:: ClassicalLocationArgumentOfLatitude Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ClassicalLocationArgumentOfLatitude.value` - Value of Argument of Latitude: sum of True Anomaly and Argument of Perigee. Uses Angle Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ClassicalLocationArgumentOfLatitude Property detail --------------- .. py:property:: value :canonical: ansys.stk.core.stkobjects.ClassicalLocationArgumentOfLatitude.value :type: float Value of Argument of Latitude: sum of True Anomaly and Argument of Perigee. Uses Angle Dimension.