tidy3d.web.api.webapi.load_simulation

Contents

tidy3d.web.api.webapi.load_simulation#

class load_simulation[source]#

Bases:

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

  • verbose (bool = True) – If True, will print progressbars and status, otherwise, will run silently.

Returns:

Simulation loaded from downloaded json file.

Return type:

Union[Simulation, HeatSimulation]

Inherited Common Usage