:class:`RATimeSeriesRotation` ============================= .. py:class:: ansys.rocky.app.motion.ra_time_series_rotation.RATimeSeriesRotation(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 Rotation 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 Rotation') time_series_rotation = motion_1.GetTypeObject() .. !! processed by numpydoc !! .. py:currentmodule:: RATimeSeriesRotation 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_rotation import RATimeSeriesRotation 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 !!