VehicleAttitudeExportTool#
- class ansys.stk.core.stkobjects.VehicleAttitudeExportTool#
VehicleAttitudeExportTool Class.
Overview#
Select the coordinate axes to be used in the file. |
|
Export the Attitude file. |
Get the coordinate axes to be used in the file. |
|
Select a custom coordinate axes. |
|
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. |
|
Get or set the details to include in the data file. |
|
Provide the option to generate files compatible with prior versions of STK. |
|
If the Use Ephemeris Steps option is not selected, enter a Step Size to be used for the vehicle. |
|
Return an array of valid choices. |
|
Get the central body of the satellite. |
Import detail#
from ansys.stk.core.stkobjects import VehicleAttitudeExportTool
Property detail#
- property VehicleAttitudeExportTool.coordinate_axes_type: AttitudeCoordinateAxes#
Get the coordinate axes to be used in the file.
- property VehicleAttitudeExportTool.coordinate_axes: IVehicleCoordinateAxes#
Select a custom coordinate axes.
- property VehicleAttitudeExportTool.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 VehicleAttitudeExportTool.include: AttitudeInclude#
Get or set the details to include in the data file.
- property VehicleAttitudeExportTool.version_format: ExportToolVersionFormat#
Provide the option to generate files compatible with prior versions of STK.
- property VehicleAttitudeExportTool.step_size: ExportToolStepSize#
If the Use Ephemeris Steps option is not selected, enter a Step Size to be used for the vehicle.
Method detail#
- VehicleAttitudeExportTool.set_coordinate_axes_type(self, coordinate_axes: AttitudeCoordinateAxes) None #
Select the coordinate axes to be used in the file.
- Parameters:
coordinate_axes :
AttitudeCoordinateAxes
- Returns: