tidy3d.web.download_results¶
- tidy3d.web.download_results(task_id, target_folder='')¶
Download the results of a solver run, including the json file defining the simulation, a single file containing all the monitor data, and a log file.
- Parameters
task_id (str) – Task ID of the project (after a successful run).
target_folder (str, optional) – Local folder to download the files. Default is working folder.