download_job_results#
- Desktop.download_job_results(job_id, project_path, results_folder, filter='*')[source]#
Download job results to a specific folder from Ansys Cloud.
- Parameters:
- job_id
str
Job Id of solved project.
- project_path
str
Project path to aedt file. The “.q” file will be created there to monitor download status.
- results_folder
str
Folder where the simulation results will be downloaded.
- filter
str
,optional
A string containing filters to download. The delimiter of file types is “;”. If no filter specified, the default filter “*” will be applied, which requests all files for download
- job_id
- Returns: