VehicleEphemerisSPICEExportTool#
- class ansys.stk.core.stkobjects.VehicleEphemerisSPICEExportTool#
VehicleEphemerisSPICEExportTool Class.
Overview#
Export the ephemeris file. |
Get or set the central body of the satellite. |
|
Get or set the identifying number for the satellite ephemeris being created. Dimensionless. |
|
Get or set the interpolation type. |
|
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. |
|
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. |
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.