VehicleEphemerisCode500ExportTool#

class ansys.stk.core.stkobjects.VehicleEphemerisCode500ExportTool#

VehicleEphemerisCode500ExportTool Class.

Overview#

export

Export the ephemeris file.

satellite_identifer

Get or set the identifying number for the satellite ephemeris being created. Dimensionless.

step_size

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

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.

Import detail#

from ansys.stk.core.stkobjects import VehicleEphemerisCode500ExportTool

Property detail#

property VehicleEphemerisCode500ExportTool.satellite_identifer: int#

Get or set the identifying number for the satellite ephemeris being created. Dimensionless.

property VehicleEphemerisCode500ExportTool.step_size: ExportToolStepSize#

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

property VehicleEphemerisCode500ExportTool.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.

Method detail#

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

Export the ephemeris file.

Parameters:

file_name : str

Returns:

None