tidy3d.web.api.webapi.download_log#
- class download_log[source]#
Bases:
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).
verbose (bool = True) β If
True
, will print progressbars and status, otherwise, will run silently.progress_callback (Callable[[float], None] = None) β Optional callback function called when downloading file with
bytes_in_chunk
as argument.
Note
To load downloaded results into data, call
load()
with optionreplace_existing=False
.