tidy3d.web.webapi.download_json#

tidy3d.web.webapi.download_json(task_id: str, path: str = 'simulation.json') None#

Download the .json file associated with the Simulation of a given task.

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

  • path (str = "simulation.json") – Download path to .json file of simulation (including filename).