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