VehicleEphemerisSPICEExportTool#

class ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool#

VehicleEphemerisSPICEExportTool Class.

Overview#

export

Export the ephemeris file.

central_body_name

Get or set the central body of the satellite.

satellite_identifer

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

interpolation_type

Get or set the interpolation type.

interpolation

Get or set the interpolation order value between 1 and 15. If the interpolation type is Type 13 (Hermitian), and then you are required to enter an odd interpolation order value.

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.

use_vehicle_central_body

Uses vehicle’s central body.

Import detail#

from ansys.stk.core.stkobjects import VehicleEphemerisSPICEExportTool

Property detail#

property VehicleEphemerisSPICEExportTool.central_body_name: str#

Get or set the central body of the satellite.

property VehicleEphemerisSPICEExportTool.satellite_identifer: int#

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

property VehicleEphemerisSPICEExportTool.interpolation_type: SpiceInterpolation#

Get or set the interpolation type.

property VehicleEphemerisSPICEExportTool.interpolation: int#

Get or set the interpolation order value between 1 and 15. If the interpolation type is Type 13 (Hermitian), and then you are required to enter an odd interpolation order value.

property VehicleEphemerisSPICEExportTool.step_size: ExportToolStepSize#

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

property VehicleEphemerisSPICEExportTool.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 VehicleEphemerisSPICEExportTool.use_vehicle_central_body: bool#

Uses vehicle’s central body.

Method detail#

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

Export the ephemeris file.

Parameters:

file_name : str

Returns:

None