VehicleAttitudeExportTool#

class ansys.stk.core.stkobjects.VehicleAttitudeExportTool#

VehicleAttitudeExportTool Class.

Overview#

set_coordinate_axes_type

Select the coordinate axes to be used in the file.

export

Export the Attitude file.

coordinate_axes_type

Get the coordinate axes to be used in the file.

coordinate_axes

Select a custom coordinate axes.

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.

include

Get or set the details to include in the data file.

version_format

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

step_size

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

supported_coordinate_axes

Return an array of valid choices.

central_body_name

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.

property VehicleAttitudeExportTool.supported_coordinate_axes: list#

Return an array of valid choices.

property VehicleAttitudeExportTool.central_body_name: str#

Get the central body of the satellite.

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:

None

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

Export the Attitude file.

Parameters:

file_name : str

Returns:

None