save_winding_pattern#
- MotorCAD.save_winding_pattern(file_path)#
Save the winding pattern to a file.
- Parameters:
- file_path
str
Absolute filepath for the file. The default filepath is the Windows directory on the C: drive. The filepath must include the name of the file. If the file is to be re-loaded into Motor-CAD, the file extension must be TXT. Use the
r'filepath'
syntax to force Python to ignore special characters.
- file_path