tidy3d.web.download#
- class download[source]#
Bases:
Download task results to an HDF5 file.
- Parameters:
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.