ProcedureExtEphem#

class ansys.stk.core.stkobjects.aviator.ProcedureExtEphem#

Bases: IProcedure

Class defining an ExtEphem procedure.

Overview#

get_as_procedure

Get the procedure interface.

shift_rotate_set

Shift rotate set values.

ephemeris_file

Set the ephemeris filename.

ephemeris_file_duration

Get the ephemeris file duration.

use_start_duration

Set whether to use Start and Duration.

start_time

Set the start time.

duration

Set the duration.

flight_mode

Get the flight mode.

use_shift_rotate

Set whether to use Shift/Rotate.

shift_time

Get the shift time.

latitude

Get the waypoint latitude.

longitude

Get the waypoint longitude.

altitude

Get the altitude.

course

Get the course.

course_mode

Get the course mode.

altitude_mode

Get the alt mode.

Import detail#

from ansys.stk.core.stkobjects.aviator import ProcedureExtEphem

Property detail#

property ProcedureExtEphem.ephemeris_file: None#

Set the ephemeris filename.

property ProcedureExtEphem.ephemeris_file_duration: float#

Get the ephemeris file duration.

property ProcedureExtEphem.use_start_duration: None#

Set whether to use Start and Duration.

property ProcedureExtEphem.start_time: None#

Set the start time.

property ProcedureExtEphem.duration: None#

Set the duration.

property ProcedureExtEphem.flight_mode: ExtEphemFlightMode#

Get the flight mode.

property ProcedureExtEphem.use_shift_rotate: None#

Set whether to use Shift/Rotate.

property ProcedureExtEphem.shift_time: float#

Get the shift time.

property ProcedureExtEphem.latitude: float#

Get the waypoint latitude.

property ProcedureExtEphem.longitude: float#

Get the waypoint longitude.

property ProcedureExtEphem.altitude: float#

Get the altitude.

property ProcedureExtEphem.course: float#

Get the course.

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

ProcedureExtEphem.shift_rotate_set(self) None#

Shift rotate set values.

Returns:

None