tidy3d.web.api.webapi.download_json#
- class download_json[source]#
Bases:
Download the
.jsonfile associated with theSimulationof 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).
verbose (bool = True) β If
True, will print progressbars and status, otherwise, will run silently.
Inherited Common Usage