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_idstr

Job Id of solved project.

project_pathstr

Project path to aedt file. The “.q” file will be created there to monitor download status.

results_folderstr

Folder where the simulation results will be downloaded.

filterstr, 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

Returns:
bool