RATimeSeriesRotation Last update: 17.07.2025 class RATimeSeriesRotation Rocky PrePost Scripting wrapper representing a Time Series Rotation motion. Retrieve this specific wrapper after setting the correct motion type on a RAMotion. For example: motions = motion_frame.GetMotions() motion_1 = motions.New() motion_1.SetType('Time Series Rotation') time_series_rotation = motion_1.GetTypeObject() Methods: Name Description ImportTimeSeriesMotion(file_path) Generate the Time Series Motion Frame described on the contents of the file. ImportTimeSeriesMotion(file_path: str) Generate the Time Series Motion Frame described on the contents of the file. The accepted file extensions are CSV and XLSX.