create_report#

MotorCAD.create_report(file_path, template_file_path)#

Create a Word report of the report tree structure.

Parameters:
file_pathstr

Filepath for the Word report. Use the r'filepath' syntax to force Python to ignore special characters.

template_file_pathstr

Filepath for the template file. Use the r'filepath' syntax to force Python to ignore special characters.