VehicleEphemerisExportTool#
- class ansys.stk.core.stkobjects.VehicleEphemerisExportTool#
VehicleEphemerisExportTool Class.
Overview#
Export the ephemeris file. |
Get or set the coordinate system in which to express the ephemeris. |
|
Get or set the central body of the coordinate system in which to express the ephemeris. |
|
Provide the option to generate files compatible with prior versions of STK. |
|
Include or ignore interpolation boundaries. |
|
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. |
|
If the Use Ephemeris Steps option is not selected, enter a Step Size to be used for the vehicle. |
|
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. |
|
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.