tidy3d.web.webapi.download_log#

tidy3d.web.webapi.download_log(task_id: str, path: str = 'tidy3d.log') None#

Download the tidy3d log file associated with a task.

Parameters
  • task_id (str) – Unique identifier of task on server. Returned by upload().

  • path (str = "tidy3d.log") – Download path to log file (including filename).

Note

To load downloaded results into data, call load() with option replace_existing=False.