tidy3d.web.api.webapi.load_simulation#
- class load_simulation[source]#
- Bases: - Download the - .jsonfile 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,- EMESimulation]
 - Inherited Common Usage