tidy3dclient.web.downloadResults¶
-
tidy3dclient.web.downloadResults(taskId, target_folder='')¶ Download the results of a solver run, including a json file defining the simulation, a single file containing all the probe data, and a log file.
- Parameters
taskId (str) – Task ID of the project (after a successful run).
target_folder (str, optional) – Folder in which to download the files. Folder must exist. Default is working folder.