PlanetOrbitDisplayTime ====================== .. py:class:: ansys.stk.core.stkobjects.PlanetOrbitDisplayTime Bases: :py:class:`~ansys.stk.core.stkobjects.IOrbitDisplayData` Class defining display time of a planet's orbit. .. py:currentmodule:: PlanetOrbitDisplayTime Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.PlanetOrbitDisplayTime.time` - Display time of the planet's orbit. Uses Time Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import PlanetOrbitDisplayTime Property detail --------------- .. py:property:: time :canonical: ansys.stk.core.stkobjects.PlanetOrbitDisplayTime.time :type: float Display time of the planet's orbit. Uses Time Dimension.