download_mot_file#
- MotorCAD.download_mot_file(file_path)#
Download the current .mot file from Motor-CAD and write it to a local directory.
This allows users to download .mot files to a local directory from a Motor-CAD instance on a remote machine. Equivalent of
save_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