export_convergence# Q3d.export_convergence(setup_name, variation_string='', file_path=None)[source]# Export a solution convergence to a file. Parameters: setup_namestrSetup name. For example, 'Setup1'. variation_stringstrVariation string with values. For example, 'radius=3mm'. file_pathstr, optionalFull path to the PROF file. The default is None, in which case the working directory is used. Returns: strFile path if created. References >>> oModule.ExportConvergence Copy to clipboard