VehicleEphemerisBinaryExportTool#

class ansys.stk.core.stkobjects.VehicleEphemerisBinaryExportTool#

VehicleEphemerisBinaryExportTool Class.

Overview#

export

Export the ephemeris file.

coordinate_system

Whether the resulting data file should be in the Fixed, J2000, or Inertial coordinate system. If Earth or the Sun is the central body, the Inertial coordinate system is not an available option.

central_body_name

Get or set the central body of the satellite.

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 VehicleEphemerisBinaryExportTool

Property detail#

property VehicleEphemerisBinaryExportTool.coordinate_system: EphemerisCoordinateSystemType#

Whether the resulting data file should be in the Fixed, J2000, or Inertial coordinate system. If Earth or the Sun is the central body, the Inertial coordinate system is not an available option.

property VehicleEphemerisBinaryExportTool.central_body_name: str#

Get or set the central body of the satellite.

property VehicleEphemerisBinaryExportTool.version_format: ExportToolVersionFormat#

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

property VehicleEphemerisBinaryExportTool.include_interpolation_boundaries: bool#

Include or ignore interpolation boundaries.

property VehicleEphemerisBinaryExportTool.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 VehicleEphemerisBinaryExportTool.step_size: ExportToolStepSize#

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

property VehicleEphemerisBinaryExportTool.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 VehicleEphemerisBinaryExportTool.use_vehicle_central_body: bool#

Uses vehicle’s central body.

Method detail#

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

Export the ephemeris file.

Parameters:

file_name : str

Returns:

None