tidy3d.web.download

Contents

tidy3d.web.download#

class download[source]#

Bases:

Download task results to an HDF5 file.

Parameters:
  • task_id (str) – Unique task ID returned by upload().

  • path (Optional[PathLike] = None) – Output file path. If omitted, a task-type-specific default filename is used.

  • verbose (bool = True) – Whether to print download progress.

  • progress_callback (Callable[[float], None] = None) – Optional callback used while downloading data.