tidy3d.web.webapi.load_simulation#

tidy3d.web.webapi.load_simulation(task_id: str, path: str = 'simulation.json') tidy3d.components.simulation.Simulation#

Download the .json file of a task and load the associated Simulation.

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).

Returns

Simulation loaded from downloaded json file.

Return type

Simulation