VehicleEphemerisBinaryExportTool#
- class ansys.stk.core.stkobjects.VehicleEphemerisBinaryExportTool#
VehicleEphemerisBinaryExportTool Class.
Overview#
Export the ephemeris file. |
Get or set the central body of the satellite. |
|
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. |
|
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. |
|
Include or ignore interpolation boundaries. |
|
If the Use Ephemeris Steps option is not selected, enter a Step Size to be used for the vehicle. |
|
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. |
|
Uses vehicleβs central body. |
|
Provide the option to generate files compatible with prior versions of STK. |
Import detail#
from ansys.stk.core.stkobjects import VehicleEphemerisBinaryExportTool
Property detail#
- property VehicleEphemerisBinaryExportTool.central_body_name: str#
Get or set the central body of the satellite.
- 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.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.include_interpolation_boundaries: bool#
Include or ignore interpolation boundaries.
- 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.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.use_vehicle_central_body: bool#
Uses vehicleβs central body.
- property VehicleEphemerisBinaryExportTool.version_format: ExportToolVersionFormat#
Provide the option to generate files compatible with prior versions of STK.