VehicleEphemerisExportTool#

class ansys.stk.core.stkobjects.VehicleEphemerisExportTool#

VehicleEphemerisExportTool Class.

Overview#

export

Export the ephemeris file.

coordinate_system

Get or set the coordinate system in which to express the ephemeris.

central_body_name

Get or set the central body of the coordinate system in which to express the ephemeris.

version_format

Provide the option to generate files compatible with prior versions of STK.

include_interpolation_boundaries

Include or ignore interpolation boundaries.

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.

step_size

If the Use Ephemeris Steps option is not selected, enter a Step Size to be used for the vehicle.

covariance_type

Choose to export position covariance (3x3), position/velocity covariance (6x6), or no covariance information. CovarianceType is valid only if the vehicle has ephemeris with covariance.

use_vehicle_central_body

Uses vehicle’s central body.

Import detail#

from ansys.stk.core.stkobjects import VehicleEphemerisExportTool

Property detail#

property VehicleEphemerisExportTool.coordinate_system: EphemerisCoordinateSystemType#

Get or set the coordinate system in which to express the ephemeris.

property VehicleEphemerisExportTool.central_body_name: str#

Get or set the central body of the coordinate system in which to express the ephemeris.

property VehicleEphemerisExportTool.version_format: ExportToolVersionFormat#

Provide the option to generate files compatible with prior versions of STK.

property VehicleEphemerisExportTool.include_interpolation_boundaries: bool#

Include or ignore interpolation boundaries.

property VehicleEphemerisExportTool.time_period: 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.

property VehicleEphemerisExportTool.step_size: ExportToolStepSize#

If the Use Ephemeris Steps option is not selected, enter a Step Size to be used for the vehicle.

property VehicleEphemerisExportTool.covariance_type: EphemerisCovarianceType#

Choose to export position covariance (3x3), position/velocity covariance (6x6), or no covariance information. CovarianceType is valid only if the vehicle has ephemeris with covariance.

property VehicleEphemerisExportTool.use_vehicle_central_body: bool#

Uses vehicle’s central body.

Method detail#

VehicleEphemerisExportTool.export(self, file_name: str) None#

Export the ephemeris file.

Parameters:

file_name : str

Returns:

None