:class:`RATimeSeriesTranslation` ================================ .. py:class:: ansys.rocky.app.motion.ra_time_series_translation.RATimeSeriesTranslation(id: str, model_id: str | None = None) Bases: :py:obj:`ansys.rocky.app.api_element_item.ApiElementItem` Rocky PrePost Scripting wrapper representing a Time Series Translation motion. Retrieve this specific wrapper after setting the correct motion type on a :class:`RAMotion`. For example: .. code-block:: python motions = motion_frame.GetMotions() motion_1 = motions.New() motion_1.SetType('Time Series Translation') time_series_translation = motion_1.GetTypeObject() .. !! processed by numpydoc !! .. py:currentmodule:: RATimeSeriesTranslation Overview -------- .. tab-set:: .. tab-item:: Constructors .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~GetWrappedClass` - * - :py:attr:`~GetClassName` - .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ImportTimeSeriesMotion` - Generate the Time Series Motion Frame described on the contents of the file. Import detail ------------- .. code-block:: python from ansys.rocky.app.motion.ra_time_series_translation import RATimeSeriesTranslation Method detail ------------- .. py:method:: GetWrappedClass() -> type :classmethod: .. py:method:: GetClassName() -> str :classmethod: .. py:method:: ImportTimeSeriesMotion(file_path: str) -> None Generate the Time Series Motion Frame described on the contents of the file. The accepted file extensions are CSV and XLSX. .. !! processed by numpydoc !!