PlanetPositionFile ================== .. py:class:: ansys.stk.core.stkobjects.PlanetPositionFile Bases: :py:class:`~ansys.stk.core.stkobjects.IPositionSourceData` Class defining the planetary ephemeris file. .. py:currentmodule:: PlanetPositionFile Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.PlanetPositionFile.filename` - Path and filename of the planetary ephemeris file. * - :py:attr:`~ansys.stk.core.stkobjects.PlanetPositionFile.file_path` - Full Path and filename of the planetary ephemeris file. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import PlanetPositionFile Property detail --------------- .. py:property:: filename :canonical: ansys.stk.core.stkobjects.PlanetPositionFile.filename :type: str Path and filename of the planetary ephemeris file. .. py:property:: file_path :canonical: ansys.stk.core.stkobjects.PlanetPositionFile.file_path :type: str Full Path and filename of the planetary ephemeris file.