tidy3d.web.webapi.download#

tidy3d.web.webapi.download(task_id: str, path: str = 'simulation_data.hdf5') None#

Download results of task and log to file.

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

  • path (str = "simulation_data.hdf5") – Download path to .hdf5 data file (including filename).