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_path
str
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.
- file_path