ClassicalLocationTimePastPerigee ================================ .. py:class:: ansys.stk.core.stkobjects.ClassicalLocationTimePastPerigee Bases: :py:class:`~ansys.stk.core.stkobjects.IClassicalLocation` Time Past Perigee, used in specifying the spacecraft's location within its orbit at epoch. .. py:currentmodule:: ClassicalLocationTimePastPerigee Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ClassicalLocationTimePastPerigee.value` - Value of Time Past Perigee: elapsed time since the last perigee passage based on assumed two-body motion. Uses Time Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ClassicalLocationTimePastPerigee Property detail --------------- .. py:property:: value :canonical: ansys.stk.core.stkobjects.ClassicalLocationTimePastPerigee.value :type: float Value of Time Past Perigee: elapsed time since the last perigee passage based on assumed two-body motion. Uses Time Dimension.