RATimeSeriesTranslation Last update: 17.07.2025 class RATimeSeriesTranslation Rocky PrePost Scripting wrapper representing a Time Series Translation 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 Translation') time_series_translation = 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.