VehicleEphemerisSPICEExportTool =============================== .. py:class:: ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool VehicleEphemerisSPICEExportTool Class. .. py:currentmodule:: VehicleEphemerisSPICEExportTool Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool.export` - Export the ephemeris file. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool.central_body_name` - Get or set the central body of the satellite. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool.satellite_identifer` - Get or set the identifying number for the satellite ephemeris being created. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool.interpolation_type` - Get or set the interpolation type. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool.interpolation` - Get or set the interpolation order value between 1 and 15. If the interpolation type is Type 13 (Hermitian), and then you are required to enter an odd interpolation order value. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool.step_size` - If the Use Ephemeris Steps option is not selected, enter a Step Size to be used for the vehicle. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool.time_period` - Set the time period. Options are Use Entire Ephemeris - STK creates a data file using the Start and Stop Time specified in the vehicle's Orbit tab or Specify Time Period - STK creates a data file using the Start and Stop Time specified here. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool.use_vehicle_central_body` - Uses vehicle's central body. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleEphemerisSPICEExportTool Property detail --------------- .. py:property:: central_body_name :canonical: ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool.central_body_name :type: str Get or set the central body of the satellite. .. py:property:: satellite_identifer :canonical: ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool.satellite_identifer :type: int Get or set the identifying number for the satellite ephemeris being created. Dimensionless. .. py:property:: interpolation_type :canonical: ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool.interpolation_type :type: SpiceInterpolation Get or set the interpolation type. .. py:property:: interpolation :canonical: ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool.interpolation :type: int Get or set the interpolation order value between 1 and 15. If the interpolation type is Type 13 (Hermitian), and then you are required to enter an odd interpolation order value. .. py:property:: step_size :canonical: ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool.step_size :type: ExportToolStepSize If the Use Ephemeris Steps option is not selected, enter a Step Size to be used for the vehicle. .. py:property:: time_period :canonical: ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool.time_period :type: ExportToolTimePeriod Set the time period. Options are Use Entire Ephemeris - STK creates a data file using the Start and Stop Time specified in the vehicle's Orbit tab or Specify Time Period - STK creates a data file using the Start and Stop Time specified here. .. py:property:: use_vehicle_central_body :canonical: ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool.use_vehicle_central_body :type: bool Uses vehicle's central body. Method detail ------------- .. py:method:: export(self, file_name: str) -> None :canonical: ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool.export Export the ephemeris file. :Parameters: **file_name** : :obj:`~str` :Returns: :obj:`~None`