create_report# MotorCAD.create_report(file_path, template_file_path)# Create a Word report of the report tree structure. Parameters: file_pathstrFilepath for the Word report. Use the r'filepath' syntax to force Python to ignore special characters. template_file_pathstrFilepath for the template file. Use the r'filepath' syntax to force Python to ignore special characters.