upload_mot_file#

MotorCAD.upload_mot_file(file_path)#

Upload a .mot file to Motor-CAD instance from local directory.

This allows users to send .mot files from a local directory to a Motor-CAD instance on a remote machine. Equivalent of load_file() for remote machines.

Parameters:
file_pathstr

Full path to the mot file, including the file name and .mot extension. Use the r'filepath' syntax to force Python to ignore special characters.