VehicleEphemerisBinaryExportTool#
- class ansys.stk.core.stkobjects.VehicleEphemerisBinaryExportTool#
VehicleEphemerisBinaryExportTool Class.
Overview#
Export the ephemeris file. |
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. |
|
Get or set the central body of the satellite. |
|
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 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.