ProcedureExtEphem#
- class ansys.stk.core.stkobjects.aviator.ProcedureExtEphem#
Bases:
IProcedure
Class defining an ExtEphem procedure.
Overview#
Get the procedure interface. |
|
Shift rotate set values. |
Set the ephemeris filename. |
|
Get the ephemeris file duration. |
|
Set whether to use Start and Duration. |
|
Set the start time. |
|
Set the duration. |
|
Get the flight mode. |
|
Set whether to use Shift/Rotate. |
|
Get the shift time. |
|
Get the waypoint latitude. |
|
Get the waypoint longitude. |
|
Get the altitude. |
|
Get the course. |
|
Get the course mode. |
|
Get the alt mode. |
Import detail#
from ansys.stk.core.stkobjects.aviator import ProcedureExtEphem
Property detail#
- property ProcedureExtEphem.flight_mode: ExtEphemFlightMode#
Get the flight mode.
- property ProcedureExtEphem.course_mode: EphemShiftRotateCourseMode#
Get the course mode.
- property ProcedureExtEphem.altitude_mode: EphemShiftRotateAltitudeMode#
Get the alt mode.
Method detail#
- ProcedureExtEphem.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure