ConstraintGroundTrack ===================== .. py:class:: ansys.stk.core.stkobjects.ConstraintGroundTrack IntEnum .. py:currentmodule:: ConstraintGroundTrack Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ASCENDING` - Ascending: constrain access to the ascending side of the satellite's ground track, defined as the portions of the ground track where the Earth-fixed latitude increases. * - :py:attr:`~DESCENDING` - Descending: constrain access to the descending side of the satellite's ground track, defined as the portions of the ground track where the Earth-fixed latitude decreases. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ConstraintGroundTrack